import React from 'react'; import { type StyleProp, type ViewStyle } from 'react-native'; type OverlayProps = { itemHeight: number; pickerWidth: number | 'auto' | `${number}%`; overlayItemStyle: StyleProp | undefined; }; declare const _default: React.MemoExoticComponent<({ itemHeight, overlayItemStyle }: OverlayProps) => React.JSX.Element>; export default _default; //# sourceMappingURL=Overlay.d.ts.map