export declare const APP_IFRAME_ATTRIBUTE = "data-corva-app-iframe"; export type IsolatedPageProps = { [key: string]: any; }; declare global { interface Window { xprops?: Record; xpropsOnProps?: (props: any) => void; } } export declare function IsolatedPage({ ...restProps }: IsolatedPageProps): JSX.Element; //# sourceMappingURL=IsolatedPage.d.ts.map