type SelectStyle = { selectFontSize?: string; selectOptionHeight?: string; selectOptionPaddingY?: string; selectOptionPaddingX?: string; selectOptionColor?: string; selectOptionHoverBg?: string; selectDropdownPaddingY?: string; selectDropdownBorderRadius?: string; selectDropdownBoxShadow?: string; }; export { SelectStyle };