import { SelectProps } from './type'; export declare function transformSizeToPx(size: SelectProps['size']): 16 | 20 | 24;