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: (__VLS_props: NonNullable>["props"], __VLS_ctx?: __VLS_PrettifyLocal>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable>["expose"], __VLS_setup?: Promise<{ props: __VLS_PrettifyLocal & Omit<{ readonly onValidityChange?: ((validity: ValidityState) => any) | undefined; readonly onInputClick?: (() => any) | undefined; } & import('vue', { with: { "resolution-mode": "import" } }).VNodeProps & import('vue', { with: { "resolution-mode": "import" } }).AllowedComponentProps & import('vue', { with: { "resolution-mode": "import" } }).ComponentCustomProps, never>, "onValidityChange" | "onInputClick"> & OnyxSelectInputProps & Partial<{}>> & import('vue', { with: { "resolution-mode": "import" } }).PublicProps; expose(exposed: import('vue').ShallowUnwrapRef<{ input: Readonly>; }>): void; attrs: any; slots: Readonly<{ /** * Optional slot to override the icon of the toggle button inside the input. */ icon?(): unknown; }> & { /** * 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?: Awaited; }; export default _default; type __VLS_PrettifyLocal = { [K in keyof T]: T[K]; } & {};