import { ContainerProps, OptionProps, WrapperProps, ArrowWrapperProps } from './types'; declare const Container: import("styled-components").StyledComponent<"div", any, ContainerProps, never>; declare const Option: import("styled-components").StyledComponent<"button", any, OptionProps, never>; declare const Text: import("styled-components").StyledComponent<"span", any, {}, never>; declare const CheckboxWrapper: import("styled-components").StyledComponent<"div", any, WrapperProps, never>; declare const ChildrenWrapper: import("styled-components").StyledComponent<"ul", any, {}, never>; declare const ArrowWrapper: import("styled-components").StyledComponent<"div", any, ArrowWrapperProps, never>; export { Container, CheckboxWrapper, ChildrenWrapper, ArrowWrapper, Option, Text };