///
export declare const Wrapper: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & {
$isDisabled: boolean;
$isSelected: boolean;
}, import("react").DetailedHTMLProps, HTMLElement>, {}>;
export declare const Title: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
}, import("react").DetailedHTMLProps, HTMLSpanElement>, {}>;
export declare const StyledChevron: import("@emotion/styled").StyledComponent<{
isActive?: boolean | undefined;
className?: string | undefined;
} & Omit, "classes" | "children" | "ref"> & {
theme?: import("@emotion/react").Theme | undefined;
}, {}, {}>;