import type { CanvasMethod } from '../interfaces/canvas-method';
import * as i0 from "@angular/core";
export declare class WaCanvasImageSmoothing implements CanvasMethod, CanvasImageSmoothing {
    imageSmoothingEnabled: boolean;
    imageSmoothingQuality: ImageSmoothingQuality;
    call(context: CanvasRenderingContext2D): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<WaCanvasImageSmoothing, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<WaCanvasImageSmoothing, "canvas-draw-image[imageSmoothingEnabled],canvas-draw-image[imageSmoothingQuality],canvas-path[imageSmoothingEnabled],canvas-path[imageSmoothingQuality],canvas-text[imageSmoothingEnabled],canvas-text[imageSmoothingQuality]", never, { "imageSmoothingEnabled": { "alias": "imageSmoothingEnabled"; "required": false; }; "imageSmoothingQuality": { "alias": "imageSmoothingQuality"; "required": false; }; }, {}, never, never, true, never>;
}
/**
 * @deprecated: use {@link WaCanvasImageSmoothing}
 */
export declare const ImageSmoothingDirective: typeof WaCanvasImageSmoothing;
