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