import { ElementRef } from '@angular/core'; export declare class AutosizeDirective { element: ElementRef; enabled: boolean; onInput(): void; constructor(element: ElementRef); ngAfterContentInit(): void; }