declare const StyledSelectButton: import("styled-components").StyledComponent<"label", import("styled-components").DefaultTheme, {}, never>; declare const SelectButtonGroupWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, { themeSize: 'small' | 'medium' | 'large'; }, never>; declare const StyledInputText: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, { themeSize: 'small' | 'medium' | 'large'; }, never>; declare const StyledInput: import("styled-components").StyledComponent<"input", import("styled-components").DefaultTheme, {}, never>; export { SelectButtonGroupWrapper, StyledSelectButton, StyledInput, StyledInputText, };