import { AriaAttributes } from 'vue'; import { OnyxBasicPopoverProps } from './types.js'; declare function __VLS_template(): { attrs: Partial<{}>; slots: Readonly<{ /** * The always visible parent to which the popover is aligned. * `trigger` can optionally set to a button to explicitly connect the the button and popover. */ default(params: { trigger: AriaAttributes; }): unknown; /** * Content shown in the popover when it is expanded. */ content(): unknown; }> & { /** * The always visible parent to which the popover is aligned. * `trigger` can optionally set to a button to explicitly connect the the button and popover. */ default(params: { trigger: AriaAttributes; }): unknown; /** * Content shown in the popover when it is expanded. */ content(): unknown; }; refs: { popoverWrapper: HTMLDivElement; popover: HTMLDivElement; }; rootEl: HTMLDivElement; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent; /** * Actual used popover alignment. */ popoverAlignment: import('vue', { with: { "resolution-mode": "import" } }).ComputedRef; }, {}, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, { "update:open": (value: boolean) => any; }, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly & Readonly<{ "onUpdate:open"?: ((value: boolean) => any) | undefined; }>, { alignment: import('../../composables/useOpenAlignment.js', { with: { "resolution-mode": "import" } }).OpenAlignment | "auto"; position: import('../../composables/useAnchorPositionPolyfill.js', { with: { "resolution-mode": "import" } }).AnchorPosition | "auto"; open: boolean | null; role: "menu" | "listbox" | "tree" | "grid" | "dialog"; sticky: boolean; }, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, { popoverWrapper: HTMLDivElement; popover: HTMLDivElement; }, HTMLDivElement>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };