import { type PopoutInputProps, type PopoutInputSlots } from './common'; type __VLS_Slots = PopoutInputSlots; declare const __VLS_base: import("vue").DefineComponent any; change: (value: string) => any; click: (event: MouseEvent) => any; "update:modelValue": (value: string) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onClear?: (() => any) | undefined; onChange?: ((value: string) => any) | undefined; onClick?: ((event: MouseEvent) => any) | undefined; "onUpdate:modelValue"?: ((value: string) => any) | undefined; }>, { readonly: boolean; loading: boolean; disabled: boolean; modelValue: string | number; placeholder: string; clearable: boolean; multiline: boolean; inputProps: import("../index.ts").InputProps; valueOnClear: () => any; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };