import { ElementRef, NgZone, OnInit } from '@angular/core'; import { MatInput } from '@angular/material/input'; import { Destroy } from '@deja-js/component/core'; import * as i0 from "@angular/core"; export declare class InputAutosizeDirective extends Destroy implements OnInit { private elementRef; private ngZone; private matInput; constructor(elementRef: ElementRef, ngZone: NgZone, matInput: MatInput); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }