import { IconProps } from '../lib';
declare function CellSignalHigh(props: IconProps): JSX.Element;
export default CellSignalHigh;
