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