import type { AntVSpec, ChartAntVSpec, GraphAntVSpec } from '@antv/antv-spec'; /** * Specification: declarative schema to describe a visualization. * * @public */ export declare type Specification = AntVSpec; export declare type ChartSpec = ChartAntVSpec; export declare type GraphSpec = GraphAntVSpec;