export declare const is3DChartType: (type: string) => boolean; export declare const is3DAxisChart: (spec: any) => any; export declare const is3DChart: (spec: any) => boolean;