import React from "react"; declare global { interface Window { CONFIG_TYPE: string; __STORYBOOK_STORY_STORE__: any; __locofySelectedStoryIds: any; } } export declare const SelectionMenu: () => React.JSX.Element;