import React from 'react'; import { NetworkQuality } from '../../helpers'; export interface Props { value: NetworkQuality; isTextHidden?: boolean; text?: string | null; } export declare const NetworkStatus: ({ value, isTextHidden, text }: Props) => React.JSX.Element; //# sourceMappingURL=index.d.ts.map