import { ElementRef, OnChanges, Renderer2 } from "@angular/core"; import * as i0 from "@angular/core"; export declare class MdlRippleDirective implements OnChanges { private elementRef; renderer: Renderer2; private cssContainerClasses; el: HTMLElement; rippleActive: boolean | string; private rippleContainer; private ripple; constructor(elementRef: ElementRef, renderer: Renderer2, cssContainerClasses: string[]); ngOnChanges(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class MdlButtonRippleDirective extends MdlRippleDirective { rippleActive: boolean | string; constructor(elementRef: ElementRef, renderer: Renderer2); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class MdlCheckboxRippleDirective extends MdlRippleDirective { rippleActive: boolean | string; constructor(elementRef: ElementRef, renderer: Renderer2); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class MdlRadioRippleDirective extends MdlRippleDirective { rippleActive: boolean | string; constructor(elementRef: ElementRef, renderer: Renderer2); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class MdlIconToggleRippleDirective extends MdlRippleDirective { rippleActive: boolean | string; constructor(elementRef: ElementRef, renderer: Renderer2); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class MdlSwitchRippleDirective extends MdlRippleDirective { rippleActive: boolean | string; constructor(elementRef: ElementRef, renderer: Renderer2); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class MdlMenuItemRippleDirective extends MdlRippleDirective { rippleActive: boolean | string; constructor(elementRef: ElementRef, renderer: Renderer2); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class MdlAnchorRippleDirective extends MdlRippleDirective { rippleActive: boolean | string; constructor(elementRef: ElementRef, renderer: Renderer2); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }