import { Base, Nullable$1, Type } from "igniteui-webcomponents-core"; import { List$1 } from "igniteui-webcomponents-core"; import { IPath2DCommand } from "./IPath2DCommand"; import { ST_PositiveCoordinate } from "./ST_PositiveCoordinate"; import { ST_PathFillMode } from "./ST_PathFillMode"; /** * @hidden */ export declare class CT_Path2D extends Base { static $t: Type; private a; get b(): List$1; g: Nullable$1; e: Nullable$1; d: Nullable$1; f: Nullable$1; c: Nullable$1; }