import { FC } from 'react'; import { IRootPath } from '../interfaces'; export interface ConnectivityContentProps extends IRootPath { className?: string; } export declare const ConnectivityContent: FC;