import { Base, Type } from "igniteui-webcomponents-core"; import { List$1 } from "igniteui-webcomponents-core"; import { CT_Path2D } from "./CT_Path2D"; /** * @hidden */ export declare class CT_Path2DList extends Base { static $t: Type; private a; get b(): List$1; }