export declare const DropdownWrap: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, import("../Box").BoxProps & { height: string; }, never>; export declare const DropdownContainer: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, import("../Box").BoxProps & import("../Box").GridProps & { maxHeight: number; opened?: boolean | undefined; }, never>; export declare const DropdownItemWrapper: import("styled-components").StyledComponent<"button", import("styled-components").DefaultTheme, { active?: boolean | undefined; }, never>; export declare const DropdownActivatorWrapper: import("styled-components").StyledComponent<"button", import("styled-components").DefaultTheme, { active?: boolean | undefined; }, never>;