import { EventEmitter } from '@angular/core'; import { BaseComponentWithTheme } from '../../utils'; import type { TextFieldWrapperActionIcon, BreakpointCustomizable, TextFieldWrapperState, Theme, TextFieldWrapperUnitPosition } from '../types'; import * as i0 from "@angular/core"; export declare class PTextFieldWrapper extends BaseComponentWithTheme { actionIcon?: TextFieldWrapperActionIcon; actionLoading?: boolean; description?: string; hideLabel?: BreakpointCustomizable; label?: string; message?: string; /** @deprecated */ showCharacterCount?: boolean; showCounter?: boolean; showPasswordToggle?: boolean; state?: TextFieldWrapperState; submitButton?: boolean; theme?: Theme; unit?: string; unitPosition?: TextFieldWrapperUnitPosition; action: EventEmitter>; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }