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