import { AfterViewChecked, ElementRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class MatchHeightDirective implements AfterViewChecked { private el; matchHeight: string; constructor(el: ElementRef); onResize(): void; ngAfterViewChecked(): void; matchAllHeight(parent: HTMLElement, className: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } //# sourceMappingURL=match-height.directive.d.ts.map