import { OnyxGlobalSearchProps } 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 any; "update:open": (open: boolean) => any; }, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly & Readonly<{ "onUpdate:modelValue"?: ((value: string) => any) | undefined; "onUpdate:open"?: ((open: boolean) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, { dialog: ({ $: import('vue', { with: { "resolution-mode": "import" } }).ComponentInternalInstance; $data: {}; $props: { readonly density?: import('../../index.js', { with: { "resolution-mode": "import" } }).Density | undefined; readonly label: string; readonly open?: import('../../index.js', { with: { "resolution-mode": "import" } }).Nullable; readonly modal?: boolean | undefined; readonly nonDismissible?: boolean | undefined; readonly alert?: boolean | undefined; readonly alignment?: import('../OnyxBasicDialog/types.js', { with: { "resolution-mode": "import" } }).DialogAlignment | undefined; readonly backdrop?: "soft" | "medium" | undefined; readonly "onUpdate:open"?: ((open: boolean) => any) | undefined; } & import('vue', { with: { "resolution-mode": "import" } }).VNodeProps & import('vue', { with: { "resolution-mode": "import" } }).AllowedComponentProps & import('vue', { with: { "resolution-mode": "import" } }).ComponentCustomProps; $attrs: import('vue', { with: { "resolution-mode": "import" } }).Attrs; $refs: { [x: string]: unknown; } & { dialog: HTMLDialogElement; content: HTMLDivElement; }; $slots: Readonly<{ [name: string]: import('vue', { with: { "resolution-mode": "import" } }).Slot | undefined; }>; $root: import('vue', { with: { "resolution-mode": "import" } }).ComponentPublicInstance | null; $parent: import('vue', { with: { "resolution-mode": "import" } }).ComponentPublicInstance | null; $host: Element | null; $emit: (event: "update:open", open: boolean) => void; $el: any; $options: import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsBase & Readonly<{ "onUpdate:open"?: ((open: boolean) => any) | undefined; }>, { dialog: Readonly>; }, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, { "update:open": (open: boolean) => any; }, string, { alignment: import('../OnyxBasicDialog/types.js', { with: { "resolution-mode": "import" } }).DialogAlignment; alert: boolean; modal: boolean; nonDismissible: boolean; backdrop: "soft" | "medium"; }, {}, string, {}, import('vue', { with: { "resolution-mode": "import" } }).GlobalComponents, import('vue', { with: { "resolution-mode": "import" } }).GlobalDirectives, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions> & { beforeCreate?: (() => void) | (() => void)[]; created?: (() => void) | (() => void)[]; beforeMount?: (() => void) | (() => void)[]; mounted?: (() => void) | (() => void)[]; beforeUpdate?: (() => void) | (() => void)[]; updated?: (() => void) | (() => void)[]; activated?: (() => void) | (() => void)[]; deactivated?: (() => void) | (() => void)[]; beforeDestroy?: (() => void) | (() => void)[]; beforeUnmount?: (() => void) | (() => void)[]; destroyed?: (() => void) | (() => void)[]; unmounted?: (() => void) | (() => void)[]; renderTracked?: ((e: import('vue', { with: { "resolution-mode": "import" } }).DebuggerEvent) => void) | ((e: import('vue', { with: { "resolution-mode": "import" } }).DebuggerEvent) => void)[]; renderTriggered?: ((e: import('vue', { with: { "resolution-mode": "import" } }).DebuggerEvent) => void) | ((e: import('vue', { with: { "resolution-mode": "import" } }).DebuggerEvent) => void)[]; errorCaptured?: ((err: unknown, instance: import('vue', { with: { "resolution-mode": "import" } }).ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue', { with: { "resolution-mode": "import" } }).ComponentPublicInstance | null, info: string) => boolean | void)[]; }; $forceUpdate: () => void; $nextTick: typeof import('vue', { with: { "resolution-mode": "import" } }).nextTick; $watch any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue', { with: { "resolution-mode": "import" } }).WatchOptions): import('vue', { with: { "resolution-mode": "import" } }).WatchStopHandle; } & Readonly<{ alignment: import('../OnyxBasicDialog/types.js', { with: { "resolution-mode": "import" } }).DialogAlignment; alert: boolean; modal: boolean; nonDismissible: boolean; backdrop: "soft" | "medium"; }> & Omit & Readonly<{ "onUpdate:open"?: ((open: boolean) => any) | undefined; }>, "dialog" | ("alignment" | "alert" | "modal" | "nonDismissible" | "backdrop")> & import('vue', { with: { "resolution-mode": "import" } }).ShallowUnwrapRef<{ dialog: Readonly>; }> & {} & import('vue', { with: { "resolution-mode": "import" } }).ComponentCustomProperties & {} & { $slots: Readonly<{ default(): unknown; }> & { default(): unknown; }; }) | null; }, any>, Readonly<{ /** * Slot to pass search results / groups. Only `OnyxGlobalSearchGroup` components should be used. */ default?(): unknown; /** * Slot to pass content after search results. */ endOfList?(props: { /** * Helper to make an element navigable. * @param value - Must be a unique name (e.g., 'show-all'). */ getOptionProps: (value: string) => { role: string; id: string; "aria-selected": boolean; }; /** The value of the currently highlighted option. */ activeValue?: string; }): unknown; }> & { /** * Slot to pass search results / groups. Only `OnyxGlobalSearchGroup` components should be used. */ default?(): unknown; /** * Slot to pass content after search results. */ endOfList?(props: { /** * Helper to make an element navigable. * @param value - Must be a unique name (e.g., 'show-all'). */ getOptionProps: (value: string) => { role: string; id: string; "aria-selected": boolean; }; /** The value of the currently highlighted option. */ activeValue?: string; }): unknown; }>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };