import { AfterViewChecked, ElementRef } 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; }