export declare class TextareaDirective {
    resize: 'none' | 'vertical' | 'horizontal' | 'both' | 'inherit';
    error: boolean;
    constructor();
}
