export type DdsLoadEvent = CustomEvent>; declare global { interface GlobalEventHandlersEventMap { 'dds-load': DdsLoadEvent; } }