import { DropdownProps, TextStyle, OptionLine, DropDownConfig, IconSeries } from '../type'; interface WrapperProps extends DropdownProps { optionLine: OptionLine; offsetHeight: number; } export declare const DropdownWrapper: import("styled-components").StyledComponent<"div", any, WrapperProps, never>; interface ClobalStyleProps { globalStyle: TextStyle; optionLine: OptionLine; dropdownConfig: DropDownConfig; popupid: string; } export declare const Globalstyle: import("styled-components").GlobalStyleComponent; interface IconStyleProps { occupy: boolean; iconId: string; randomId: string; Iconfind: IconSeries; } export declare const IconGlobal: import("styled-components").GlobalStyleComponent; export {};