import React from "react"; export interface NetworkBarProps { network?: string; children: React.ReactNode; } export declare const NetworkBar: React.FunctionComponent;