declare function base(): { data: never[]; icon: string; left: string; bottom: number; padding: any; inactiveColor: any; inactiveBorderColor: any; inactiveBorderWidth: any; borderWidth: any; formatter: undefined; textStyle: { fontSize: any; color: any; align: string; verticalAlign: string; padding: any; rich: { a: { fontSize: any; color: any; align: string; verticalAlign: string; padding: any; }; b: { fontSize: any; color: any; align: string; verticalAlign: string; padding: any; }; }; overflow: string; width: undefined; }; width: undefined; pageTextStyle: { color: any; }; pageIconColor: any; pageIconInactiveColor: any; pageIcons: { horizontal: string[]; vertical: string[]; }; selectedMode: boolean; align: string; itemGap: any; itemWidth: any; itemHeight: any; itemStyle: { borderWidth: any; }; }; export default base;