export declare type InputSizeType = "large" | "default" | "small"; export declare type SelectItemType = { label: string; value: string | number | boolean; checked?: boolean; disabled?: boolean; };