import { DropdownProps } from './Dropdown.types'; export declare const ListWrapper: import("styled-components").StyledComponent<"div", any, { listWidth?: DropdownProps["listWidth"]; }, never>; export declare const Ul: import("styled-components").StyledComponent<"ul", any, { listMaxHeight: DropdownProps["listMaxHeight"]; }, never>; export declare const base: import("styled-components").FlattenSimpleInterpolation; //# sourceMappingURL=Dropdown.styles.d.ts.map