declare function base(): { text: string; textStyle: { fontWeight: string; color: any; fontSize: any; }; padding: number[]; }; export default base;