/** * 分面图 默认配置项 */ export declare const DEFAULT_OPTIONS: { title: { style: { fontSize: number; fill: string; }; }; rowTitle: { style: { fontSize: number; fill: string; }; }; columnTitle: { style: { fontSize: number; fill: string; }; }; };