/// import { CustomNetworkType, EnvironmentsEnum, IDappProvider } from 'types'; export interface AppInitializerPropsType { customNetworkConfig?: CustomNetworkType; children: any; externalProvider?: IDappProvider; environment: EnvironmentsEnum; } export declare function AppInitializer({ customNetworkConfig, children, environment }: AppInitializerPropsType): JSX.Element | null; //# sourceMappingURL=AppInitializer.d.ts.map