import { EventEmitter } from '@angular/core'; import { BaseComponentWithTheme } from '../../utils'; import type { InputNumberAutoComplete, BreakpointCustomizable, InputNumberState, Theme } from '../types'; import * as i0 from "@angular/core"; export declare class PInputNumber extends BaseComponentWithTheme { autoComplete?: InputNumberAutoComplete; compact?: boolean; controls?: boolean; description?: string; disabled?: boolean; form?: string; hideLabel?: BreakpointCustomizable; label?: string; max?: number; message?: string; min?: number; name: string; placeholder?: string; readOnly?: boolean; required?: boolean; state?: InputNumberState; step?: number; theme?: Theme; value?: string; blur: EventEmitter>; change: EventEmitter>; input: EventEmitter>; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }