declare function base(): { text: string; subtext: string; top: string; left: string; itemGap: any; textStyle: { color: any; fontSize: any; lineHeight: number; fontWeight: string; }; subtextStyle: { color: any; fontSize: any; lineHeight: number; fontWeight: string; }; }; export default base;