interface ConnectedIndicatorProps {
    isPinging?: boolean;
}
export declare function ConnectedIndicator(props: ConnectedIndicatorProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=ConnectedIndicator.d.ts.map