import * as React from 'react'; import type { HostComponent, ViewProps } from 'react-native'; declare const MaskFallback: (viewProps: ViewProps) => React.ReactElement; declare const UnmaskFallback: (viewProps: ViewProps) => React.ReactElement; declare const Mask: HostComponent | React.ComponentType; declare const Unmask: HostComponent | React.ComponentType; export { Mask, Unmask, MaskFallback, UnmaskFallback }; //# sourceMappingURL=CustomMask.d.ts.map