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