export type SelectValueTypeConstraint = number | string; export declare const SELECT_LIST_SIZES: { readonly padding: "0.25rem"; }; export declare const SELECT_ITEM_SIZES: { readonly md: "2.75rem"; readonly sm: "2rem"; };