import { OnInit, ElementRef } from '@angular/core';
export declare class AutoresizeDirective implements OnInit {
    element: ElementRef;
    autoresize: number;
    onInput(textArea: HTMLTextAreaElement): void;
    constructor(element: ElementRef);
    ngOnInit(): void;
    adjust(): void;
}
