import type { GroupedEvents, MeltComponentEvents } from '../../internal/types.js'; export declare const popoverEvents: { readonly trigger: readonly ["click", "keydown"]; readonly close: readonly ["click", "keydown"]; }; export type PopoverEvents = GroupedEvents; export type PopoverComponentEvents = MeltComponentEvents;