fc: Readonly<
    {
        aboutPage: any[];
        collapseAll: any[];
        escape: string[];
        expandAll: any[];
        focusIframe: string[];
        focusNav: string[];
        focusPanel: string[];
        fullScreen: string[];
        nextComponent: string[];
        nextStory: string[];
        panelPosition: string[];
        prevComponent: string[];
        prevStory: string[];
        remount: string[];
        search: any[];
        shortcutsPage: any[];
        toggleNav: string[];
        togglePanel: string[];
        toolbar: string[];
    },
> = ...