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; label?: string; message?: string; /** @deprecated */ showCharacterCount?: boolean; showCounter?: boolean; state?: TextareaWrapperState; theme?: Theme; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }