import { Base, Type } from "igniteui-webcomponents-core"; import { BinaryData } from "./BinaryData"; import { Tuple$2 } from "igniteui-webcomponents-core"; import { List$1 } from "igniteui-webcomponents-core"; import { IPackageRelationship } from "./IPackageRelationship"; import { ImageData } from "./ImageData"; /** * @hidden */ export declare class Excel2007ChartData extends Base { static $t: Type; a: BinaryData; c: Tuple$2; d: Tuple$2; e: Tuple$2; b: List$1>; }