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