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