type __VLS_Props = {
htmlType?: string;
placeholder?: string;
autosize?: boolean;
parser?: (value: string) => string;
modelValue?: string | number;
disabled?: boolean;
/** number, integer */
allowInput?: string;
};
declare function focus(): void;
declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {
focus: typeof focus;
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
input: (...args: any[]) => void;
"update:modelValue": (...args: any[]) => void;
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
onInput?: ((...args: any[]) => any) | undefined;
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
}>, {
placeholder: string;
disabled: boolean;
htmlType: string;
autosize: boolean;
allowInput: string;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
declare const _default: typeof __VLS_export;
export default _default;