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