import { SelectOptionValue } from '../../types/index.js'; import { OnyxSelectInputProps } from './types.js'; /** * @deprecated This component should no longer be used. Use the OnyxSelect or OnyxFormElementV2. */ declare const _default: typeof __VLS_export; export default _default; declare const __VLS_export: (__VLS_props: NonNullable>["props"], __VLS_ctx?: __VLS_PrettifyLocal>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable>["expose"], __VLS_setup?: Promise<{ props: import('vue').PublicProps & __VLS_PrettifyLocal any) | undefined; onInputClick?: (() => any) | undefined; }> & (typeof globalThis extends { __VLS_PROPS_FALLBACK: infer P; } ? P : {}); expose: (exposed: import('vue').ShallowUnwrapRef<{ input: Readonly>; }>) => void; attrs: any; slots: { /** * Optional slot to override the icon of the toggle button inside the input. */ icon?(): unknown; }; emit: ((evt: "validityChange", validity: ValidityState) => void) & ((evt: "inputClick") => void); }>) => import('vue').VNode & { __ctx?: NonNullable>; }; type __VLS_PrettifyLocal = (T extends any ? { [K in keyof T]: T[K]; } : { [K in keyof T as K]: T[K]; }) & {};