import { ReactNode } from 'react'; import { ColorMode } from '@parallel-mono/components'; import { ParaXProvider, AppRenderParams } from 'parax-sdk'; import { RouterImperativeHandles } from './HOC'; import { Environment } from './config/types'; export type Props = { children: ReactNode; colorMode: ColorMode; baseRoute: string; provider: ParaXProvider; account: string; authentication: AppRenderParams['state']['authentication']; chainId: number; env: Environment; apis: AppRenderParams['apis']; scrollContainer: HTMLDivElement; }; export declare const Infrastructure: import("react").MemoExoticComponent & import("react").RefAttributes>>; //# sourceMappingURL=Infrastructure.d.ts.map