import { VariableSizeListProps } from 'react-window'; import { SelectMultipleValue, SelectItemsProps, SelectOption } from 'Select/types'; export declare const getItemSize: (props: SelectItemsProps) => VariableSizeListProps["itemSize"]; export declare const getValues: (option: SelectOption) => SelectMultipleValue;