import * as i0 from "@angular/core";
export declare class WaCanvasPath2d {
    private readonly method;
    path: Path2D;
    fillRule?: CanvasFillRule;
    constructor();
    static ɵfac: i0.ɵɵFactoryDeclaration<WaCanvasPath2d, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<WaCanvasPath2d, "canvas-path[path]", never, { "path": { "alias": "path"; "required": false; }; "fillRule": { "alias": "fillRule"; "required": false; }; }, {}, never, never, true, never>;
}
/**
 * @deprecated: use {@link WaCanvasPath2d}
 */
export declare const Path2dDirective: typeof WaCanvasPath2d;
