Variable FocusEvent

    FocusEvent: {
        prototype: FocusEvent;
        new (type: string, eventInitDict?: FocusEventInit): FocusEvent;
    }