import type { XyControlStatus, XySize } from "../core"; type __VLS_Props = { allowClear?: boolean; disabled?: boolean; id?: string; modelValue?: string; placeholder?: string; readonly?: boolean; size?: XySize; status?: XyControlStatus; visibilityToggle?: boolean; }; declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { change: (value: string, event: Event) => any; "update:modelValue": (value: string) => any; "visibility-change": (visible: boolean) => any; }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{ onChange?: ((value: string, event: Event) => any) | undefined; "onUpdate:modelValue"?: ((value: string) => any) | undefined; "onVisibility-change"?: ((visible: boolean) => any) | undefined; }>, { modelValue: string; visibilityToggle: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default;