declare global { interface Window { FRAMEWORK_OPTIONS: any; } } export declare const createElementFromHTML: (htmlString: string) => HTMLElement; export declare const openPopup: () => void; export declare const handleDetatchApp: () => void; export declare const detectReact: (window: Window) => any;