import { OnyxGlobalSearchOptionProps } from './types.js'; /** * @experimental * @deprecated This component is still under active development and its API might change in patch releases. */ declare const _default: __VLS_WithTemplateSlots & Readonly<{}>, { skeleton: import('../../composables/useSkeletonState.js', { with: { "resolution-mode": "import" } }).SkeletonInjected; }, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, any>, Readonly<{ /** * Optional slot to override the option content. By default the `label` and `icon` property will be displayed. */ default?(): unknown; /** * Optional slot to insert custom content on the right side / end of the option. */ trailing?(): unknown; }> & { /** * Optional slot to override the option content. By default the `label` and `icon` property will be displayed. */ default?(): unknown; /** * Optional slot to insert custom content on the right side / end of the option. */ trailing?(): unknown; }>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };