/**
* Scalar Text Input component
*
* A wrapper around the HTML input element with a focusable container.
*
* @example
*
*/
declare const _default: typeof __VLS_export;
export default _default;
declare const __VLS_export: __VLS_WithSlots any;
} & {
click: (event: MouseEvent) => any;
}, string, import("vue").PublicProps, Readonly<{
readonly?: boolean;
} & {
modelValue?: string;
}> & Readonly<{
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
onClick?: ((event: MouseEvent) => any) | undefined;
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
prefix?: () => unknown;
suffix?: () => unknown;
aside?: () => unknown;
}>;
type __VLS_WithSlots = T & {
new (): {
$slots: S;
};
};
//# sourceMappingURL=ScalarTextInput.vue.d.ts.map