import { OnyxSidebarProps } from './types.js'; declare function __VLS_template(): { attrs: Partial<{}>; slots: Readonly<{ /** * Main sidebar content/body. */ default(): unknown; /** * Optional header slot to show above the body. */ header?(): unknown; /** * Optional footer slot to show below the body. */ footer?(): unknown; /** * Description slot of the `OnyxModalDialog`. Only available if the `temporary` property is set. */ description?(): unknown; }> & { /** * Main sidebar content/body. */ default(): unknown; /** * Optional header slot to show above the body. */ header?(): unknown; /** * Optional footer slot to show below the body. */ footer?(): unknown; /** * Description slot of the `OnyxModalDialog`. Only available if the `temporary` property is set. */ description?(): unknown; }; refs: { sidebar: HTMLElement; modal: ({ $: import('vue', { with: { "resolution-mode": "import" } }).ComponentInternalInstance; $data: {}; $props: { readonly label: string; readonly density?: import('../../composables/density.js', { with: { "resolution-mode": "import" } }).Density | undefined; readonly open?: import('../../index.js', { with: { "resolution-mode": "import" } }).Nullable; readonly alert?: boolean | undefined; readonly nonDismissible?: boolean | 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; }; $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; }>, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, { "update:open": (open: boolean) => any; }, string, {}, {}, 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<{}> & Omit & Readonly<{ "onUpdate:open"?: ((open: boolean) => any) | undefined; }>, never> & import('vue', { with: { "resolution-mode": "import" } }).ShallowUnwrapRef<{}> & {} & import('vue', { with: { "resolution-mode": "import" } }).ComponentCustomProperties & {} & { $slots: Readonly<{ default(): unknown; headline?(bindings: Pick): unknown; description?(): unknown; footer?(): unknown; }> & { default(): unknown; headline?(bindings: Pick): unknown; description?(): unknown; footer?(): unknown; }; }) | null; }; rootEl: any; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent any; }, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly & Readonly<{ onClose?: (() => any) | undefined; }>, { alignment: import('./types.js', { with: { "resolution-mode": "import" } }).SidebarAlignment; resizable: boolean; collapseSidebar: import('../../utils/breakpoints.js', { with: { "resolution-mode": "import" } }).OnyxBreakpoint | number | false; }, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, { sidebar: HTMLElement; modal: ({ $: import('vue', { with: { "resolution-mode": "import" } }).ComponentInternalInstance; $data: {}; $props: { readonly label: string; readonly density?: import('../../composables/density.js', { with: { "resolution-mode": "import" } }).Density | undefined; readonly open?: import('../../index.js', { with: { "resolution-mode": "import" } }).Nullable; readonly alert?: boolean | undefined; readonly nonDismissible?: boolean | 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; }; $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; }>, {}, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, { "update:open": (open: boolean) => any; }, string, {}, {}, 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<{}> & Omit & Readonly<{ "onUpdate:open"?: ((open: boolean) => any) | undefined; }>, never> & import('vue', { with: { "resolution-mode": "import" } }).ShallowUnwrapRef<{}> & {} & import('vue', { with: { "resolution-mode": "import" } }).ComponentCustomProperties & {} & { $slots: Readonly<{ default(): unknown; headline?(bindings: Pick): unknown; description?(): unknown; footer?(): unknown; }> & { default(): unknown; headline?(bindings: Pick): unknown; description?(): unknown; footer?(): unknown; }; }) | null; }, any>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };