import { Options } from '../types'; /** * 是否是复合图表 */ export declare const isCompositePlot: (options: Options) => boolean;