import { AriaAttributes } from 'vue'; import { OnyxBasicPopoverProps } from './types.js'; type __VLS_Slots = { /** * 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; }; declare const __VLS_base: 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" | "auto-inline"; open: boolean | null; role: "menu" | "listbox" | "tree" | "grid" | "dialog"; sticky: boolean; }, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };