/** * 底部标题 (legendPie使用) */ export declare function getBottomTitle(style: any, show?: boolean, text?: string): { show: boolean; text: string; left: string; bottom: number; textStyle: { fontWeight: number; fontSize: any; }; };