import { WithInstall } from '../utils'; import { CreateComponentPublicInstanceWithMixins, ExtractPropTypes, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps } from 'vue'; declare const HlxbInput: WithInstall<{ new (...args: any[]): CreateComponentPublicInstanceWithMixins boolean; }; size: { type: StringConstructor; default: string; validator: (val: string) => boolean; }; clearable: BooleanConstructor; disabled: BooleanConstructor; center: BooleanConstructor; }>> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { "update:modelValue": (...args: any[]) => void; }, PublicProps, { size: string; disabled: boolean; center: boolean; clearable: boolean; }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly< ExtractPropTypes<{ modelValue: { type: (StringConstructor | NumberConstructor)[]; defalut: string; }; type: { type: StringConstructor; validator: (val: string) => boolean; }; size: { type: StringConstructor; default: string; validator: (val: string) => boolean; }; clearable: BooleanConstructor; disabled: BooleanConstructor; center: BooleanConstructor; }>> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, { size: string; disabled: boolean; center: boolean; clearable: boolean; }>; __isFragment?: undefined; __isTeleport?: undefined; __isSuspense?: undefined; } & ComponentOptionsBase boolean; }; size: { type: StringConstructor; default: string; validator: (val: string) => boolean; }; clearable: BooleanConstructor; disabled: BooleanConstructor; center: BooleanConstructor; }>> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { "update:modelValue": (...args: any[]) => void; }, string, { size: string; disabled: boolean; center: boolean; clearable: boolean; }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => { $slots: { prepend?(_: {}): any; append?(_: {}): any; }; }), Partial<{ size: string; disabled: boolean; center: boolean; clearable: boolean; }> & Omit<{ readonly size: string; readonly disabled: boolean; readonly center: boolean; readonly clearable: boolean; readonly type?: string | undefined; readonly modelValue?: string | number | undefined; readonly "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "size" | "disabled" | "center" | "clearable">>; export default HlxbInput;