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