export type DdsNotAllowedEvent = CustomEvent>; declare global { interface GlobalEventHandlersEventMap { 'dds-not-allowed': DdsNotAllowedEvent; } }