import type { MaxHeight, Width } from '../types'; interface DropdownContainerProps { maxHeight?: MaxHeight | number; width?: Width | number | string; hideOverflow?: boolean; } export declare const DropdownContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, DropdownContainerProps>> & string; export {};