import { AfterContentChecked, ElementRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class TextareaAutoExpandDirective implements AfterContentChecked {
    private el;
    constructor(el: ElementRef);
    ngAfterContentChecked(): void;
    onMouseDown(): void;
    adjustHeight(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<TextareaAutoExpandDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<TextareaAutoExpandDirective, "[mvTextAreaAutoExpand]", never, {}, {}, never, never, false, never>;
}
//# sourceMappingURL=textarea-auto-expand.directive.d.ts.map