export type MfInitialFocusEvent = CustomEvent>; declare global { interface GlobalEventHandlersEventMap { 'mf-initial-focus': MfInitialFocusEvent; } }