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