import { o as TAsComponentProps } from "./types-nuUi10Kl.mjs"; import * as vue from "vue"; //#region src/components/defaults/as-input.vue.d.ts /** * Default text/password/textarea input renderer. When AsField sees ANY * adornment annotation on the field (`@ui.form.prefix*` / * `@ui.form.suffix*` — text or icon), the input renders inside the merged * `AsAdornmentShell` chrome family shared with AsNumber / AsDecimal: * `[prefix-icon][prefix-text][input][suffix-text][suffix-icon]`. Without * any adornment, the plain control renders directly. */ type __VLS_Props = TAsComponentProps; declare const __VLS_export: vue.DefineComponent<__VLS_Props, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; //#endregion export { _default as t };