import { ValueType, Type } from "igniteui-webcomponents-core"; import { Series } from "./Series"; /** * @hidden */ export declare class WorksheetShapeCollection_SeriesShiftInfo extends ValueType { static $t: Type; constructor(a: number, b: Series, c: string, d: string, e: string, f: string); constructor(); constructor(a: number, ..._rest: any[]); readonly a: Series; readonly c: string; readonly b: string; readonly d: string; readonly e: string; }