import * as i0 from '@angular/core'; import { ElementRef } from '@angular/core'; declare class NgxXBrowserSVGMaskDirective { private el; mask: string; /** * Host binding to apply the svg image element node type attribute. */ private get svgMaskImage(); /** * Host binding to apply the standard css style to non-image type element nodes. */ private get cssMaskImage(); /** * Host binding to apply the webkit style to non-image type element nodes. */ private get cssWebkitMaskImage(); /** * Read only property that calculates the direct url path for the image mask that we want to use. * * @return The mask with full url route designated. */ private get maskImage(); constructor(el: ElementRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } declare class NgxXBrowserSVGMaskModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { NgxXBrowserSVGMaskDirective, NgxXBrowserSVGMaskModule };