import { BoxBorderStyle, PlainStyleConfig, HoverStyleConfig, ActiveStyleConfig, TextStyle, TagConfig, OptionLine, DownBoxConfig, IconSeries, OptionBoxConfig } from '../type'; interface DropDownBoxWrapperProps { contentOffset: { left: number; top: number; bottom: number; }; optionBoxConfig?: OptionBoxConfig; itemLineHeight?: number | string; itemRowSpacing?: number | string; downBoxLeftOffset?: number | string; plainStyle: PlainStyleConfig; hoverStyle: HoverStyleConfig; activeStyle: ActiveStyleConfig; mode: any; checkType?: string; selectH: number; textStyle: TextStyle; tagConfig: TagConfig; selectOptionHeight: number; activeCheckColor?: string; device: string; xOffset: number; downBoxConfig: DownBoxConfig; } export declare const DropDownBoxWrapper: import("styled-components").StyledComponent<"div", any, DropDownBoxWrapperProps, never>; interface PushUpwrapperprops { downBoxConfig?: DownBoxConfig; drewerclass: string; downBoxBorderStyle?: BoxBorderStyle; optionLine?: OptionLine; } export declare const PushUpwrapper: import("styled-components").GlobalStyleComponent; interface IconGlobalProps { _id: string; occupy: boolean; iconConfig?: IconSeries; } export declare const IconGlobalStyle: import("styled-components").GlobalStyleComponent; export declare const OptionSelect: import("styled-components").StyledComponent<"div", any, {}, never>; export {};