import { ElementRef, OnInit } from '@angular/core';
import * as i0 from "@angular/core";
declare type blur = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20;
export declare class AsGlassDirective implements OnInit {
    private el;
    blur: blur;
    opacity: number;
    borderRadius: number;
    showOutline: Boolean;
    outlineWidth: number;
    r: number;
    g: number;
    b: number;
    constructor(el: ElementRef);
    ngOnInit(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<AsGlassDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<AsGlassDirective, "[asGlass]", never, { "blur": "blur"; "opacity": "opacity"; "borderRadius": "borderRadius"; "showOutline": "showOutline"; "outlineWidth": "outlineWidth"; "r": "r"; "g": "g"; "b": "b"; }, {}, never>;
}
export {};
