import React from 'react'; import { NetworkQuality } from '../../../helpers'; export declare const ConnectivityAction: ({ networkIndicator, isScreenSharingActive, }: { networkIndicator?: NetworkQuality | null | undefined; isScreenSharingActive?: boolean | undefined; }) => React.JSX.Element | null; //# sourceMappingURL=index.d.ts.map