import { VdsEvent } from '../../events'; export declare type DiscoveryEventDetail = { element: Discoverable; onDisconnect: (callback: () => void) => void; }; /** * @event * @bubbles * @composed */ export declare type DiscoveryEvent = VdsEvent>; export declare type ScopedDiscoveryEvent = { TYPE: keyof GlobalEventHandlersEventMap; new (...args: any): DiscoveryEvent; }; //# sourceMappingURL=events.d.ts.map