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