/// import { Theme } from 'styled-components'; type DropdownProps = { open?: boolean; }; export interface ThemedProps extends DropdownProps { theme: Theme; } export declare const Dropdown: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, ThemedProps>>; export {};