import type { ReactNode } from 'react'; import { type StyleProp, type ViewStyle } from 'react-native'; export interface OverlayProps { children?: ReactNode; style?: StyleProp; } export declare function Overlay({ children, style }: OverlayProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=index.d.ts.map