import * as i0 from "@angular/core";
export declare class Gooey {
    children: any;
    className?: string;
    composite?: boolean;
    intensity: 'weak' | 'medium' | 'strong';
    id: string;
    style?: {
        [key: string]: string;
    };
    get blur(): number;
    get alpha(): number;
    get shift(): number;
    get r(): string;
    get g(): string;
    get b(): string;
    get a(): string;
    get colorMatrixValues(): string;
    getStyle(): {
        [key: string]: string;
    };
    static ɵfac: i0.ɵɵFactoryDeclaration<Gooey, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<Gooey, "ngx-gooey", never, { "children": { "alias": "children"; "required": false; }; "className": { "alias": "className"; "required": false; }; "composite": { "alias": "composite"; "required": false; }; "intensity": { "alias": "intensity"; "required": false; }; "id": { "alias": "id"; "required": false; }; "style": { "alias": "style"; "required": false; }; }, {}, never, ["*"], true, never>;
}
