import { BaseComponentWithTheme } from '../../utils';
import type { BreakpointCustomizable, TextareaWrapperState, Theme } from '../types';
import * as i0 from "@angular/core";
export declare class PTextareaWrapper extends BaseComponentWithTheme {
    description?: string;
    hideLabel?: BreakpointCustomizable<boolean>;
    label?: string;
    message?: string;
    /** @deprecated */
    showCharacterCount?: boolean;
    showCounter?: boolean;
    state?: TextareaWrapperState;
    theme?: Theme;
    static ɵfac: i0.ɵɵFactoryDeclaration<PTextareaWrapper, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<PTextareaWrapper, "p-textarea-wrapper,[p-textarea-wrapper]", never, { "description": { "alias": "description"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "label": { "alias": "label"; "required": false; }; "message": { "alias": "message"; "required": false; }; "showCharacterCount": { "alias": "showCharacterCount"; "required": false; }; "showCounter": { "alias": "showCounter"; "required": false; }; "state": { "alias": "state"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, {}, never, ["*"], false, never>;
}
