/// import { IColors } from '../../types/theme'; export declare const PickerContainer: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; } & { theme: IColors; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const PickerItemComp: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; } & { theme: IColors; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;