import { BoxBorderStyle, BoxColorConfig, IconConfig, OptionIcon, OptionLine, SelectIcon, TagConfig, TextStyle } from '../type'; declare const defalutTextStyle: TextStyle; declare const boxColorDefault: BoxColorConfig; declare const iconConfigDefault: IconConfig; declare const boxBorderDefault: BoxBorderStyle; declare const tagConfigDefault: TagConfig; declare const searchConfigDefault: { display: boolean; topBottomMargin: number; leftMargin: number; height: number; width: number; bgColor: string; borderStyle: BoxBorderStyle; iconColor: string; textColor: string; }; declare const optionLineDefault: OptionLine; declare const defaulePlainStyle: { rowBgColor: string; rowColor: string; checkColor: string; }; declare const defauleHoverStyle: { hoverType: boolean; rowHoverBgColor: string; rowHoverColor: string; }; declare const defauleActiveStyle: { activeType: boolean; rowActiveBgColor: string; aCheckColor: string; aTickColor: string; }; declare const defaultOptionIcon: OptionIcon; declare const defaultSelectIcon: SelectIcon; export { defalutTextStyle, boxColorDefault, iconConfigDefault, tagConfigDefault, searchConfigDefault, optionLineDefault, defaulePlainStyle, defauleHoverStyle, defauleActiveStyle, boxBorderDefault, defaultOptionIcon, defaultSelectIcon };