export interface NetworkProps { chainId: number; } export declare function Network(props: NetworkProps): import("react/jsx-runtime").JSX.Element;