type __VLS_Props = {
    modelValue?: string | number;
    icon?: string;
    placeholder?: string;
    disabled?: boolean;
    autofocus?: boolean;
    autocomplete?: string;
    readonly?: boolean;
    type?: string;
};
declare var __VLS_1: {};
type __VLS_Slots = {} & {
    icon?: (props: typeof __VLS_1) => any;
};
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
    keydown: (event: KeyboardEvent) => any;
    keyup: (event: KeyboardEvent) => any;
    change: (event: Event) => any;
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
    onKeydown?: ((event: KeyboardEvent) => any) | undefined;
    onKeyup?: ((event: KeyboardEvent) => any) | undefined;
    onChange?: ((event: Event) => any) | undefined;
}>, {
    modelValue: string | number;
    type: string;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
declare const _default: typeof __VLS_export;
export default _default;
type __VLS_WithSlots<T, S> = T & {
    new (): {
        $slots: S;
    };
};
