import { ListChildComponentProps } from 'react-window'; import { SelectItemProps, SelectItemsProps } from 'Select/types'; type ItemProps = Omit, 'style'> & Pick; export declare const Item: React.FC; export {};