export default function TelemetryView({ isOnline, contextId, }: { isOnline: boolean; contextId: string; }): import("react/jsx-runtime").JSX.Element;