import React from 'react'; import { SVGIconProps } from '../types'; declare const SvgSignalCellularNull: ({ size, ...props }: SVGIconProps) => React.JSX.Element; export default SvgSignalCellularNull; //# sourceMappingURL=SignalCellularNull.d.ts.map