import { App } from 'vue'; declare const OInputNumber: { new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins; default: string; }; clearable: { type: BooleanConstructor; default: boolean; }; size: { type: import('vue').PropType; }; round: { type: import('vue').PropType; }; color: { type: import('vue').PropType; default: string; }; variant: { type: import('vue').PropType; default: string; }; placeholder: { type: StringConstructor; }; disabled: { type: BooleanConstructor; }; readonly: { type: BooleanConstructor; }; autoWidth: { type: BooleanConstructor; }; format: { type: import('vue').PropType<(value: string) => string>; }; validate: { type: import('vue').PropType<(value: number) => boolean>; }; inputId: { type: StringConstructor; }; clearValue: { type: NumberConstructor; }; }>> & Readonly<{ [x: `on${Capitalize}`]: ((...args: any) => any) | undefined; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { [x: string]: any; } & { [x: string]: any; }, import('vue').PublicProps, { color: "normal" | "primary" | "success" | "warning" | "danger"; disabled: boolean; variant: "solid" | "outline" | "text"; clearable: boolean; readonly: boolean; autoWidth: boolean; step: number; controls: "left" | "right" | "none" | "both"; }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly; default: string; }; clearable: { type: BooleanConstructor; default: boolean; }; size: { type: import('vue').PropType; }; round: { type: import('vue').PropType; }; color: { type: import('vue').PropType; default: string; }; variant: { type: import('vue').PropType; default: string; }; placeholder: { type: StringConstructor; }; disabled: { type: BooleanConstructor; }; readonly: { type: BooleanConstructor; }; autoWidth: { type: BooleanConstructor; }; format: { type: import('vue').PropType<(value: string) => string>; }; validate: { type: import('vue').PropType<(value: number) => boolean>; }; inputId: { type: StringConstructor; }; clearValue: { type: NumberConstructor; }; }>> & Readonly<{ [x: `on${Capitalize}`]: ((...args: any) => any) | undefined; }>, {}, {}, {}, {}, { color: "normal" | "primary" | "success" | "warning" | "danger"; disabled: boolean; variant: "solid" | "outline" | "text"; clearable: boolean; readonly: boolean; autoWidth: boolean; step: number; controls: "left" | "right" | "none" | "both"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import('vue').ComponentOptionsBase; default: string; }; clearable: { type: BooleanConstructor; default: boolean; }; size: { type: import('vue').PropType; }; round: { type: import('vue').PropType; }; color: { type: import('vue').PropType; default: string; }; variant: { type: import('vue').PropType; default: string; }; placeholder: { type: StringConstructor; }; disabled: { type: BooleanConstructor; }; readonly: { type: BooleanConstructor; }; autoWidth: { type: BooleanConstructor; }; format: { type: import('vue').PropType<(value: string) => string>; }; validate: { type: import('vue').PropType<(value: number) => boolean>; }; inputId: { type: StringConstructor; }; clearValue: { type: NumberConstructor; }; }>> & Readonly<{ [x: `on${Capitalize}`]: ((...args: any) => any) | undefined; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { [x: string]: any; } & { [x: string]: any; }, string, { color: "normal" | "primary" | "success" | "warning" | "danger"; disabled: boolean; variant: "solid" | "outline" | "text"; clearable: boolean; readonly: boolean; autoWidth: boolean; step: number; controls: "left" | "right" | "none" | "both"; }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => { $slots: { plus?(_: {}): any; plus?(_: {}): any; minus?(_: {}): any; minus?(_: {}): any; prefix?(_: {}): any; suffix?(_: {}): any; }; }) & { install(app: App): void; }; export { OInputNumber }; export * from './types';