import React from 'react'; import './connect.css'; declare global { interface BigInt { toJSON(): string; } } export declare const ConnectPage: ({ children, customConnectFunction, }: { children?: any; customConnectFunction?: () => Promise; }) => React.JSX.Element;