import SelectCreatable from 'react-select/creatable'; import { CascaderOption, SelectInputProps } from './Select.types'; export declare const StyledSelect: import("styled-components").StyledComponent; export declare const StyledCascaderOption: import("styled-components").StyledComponent; export declare const StyledOptionText: import("styled-components").StyledComponent; export declare const StyledCheckbox: import("styled-components").StyledComponent<"input", any, { type: "checkbox"; }, "type">;