import { ReactIconComponentType } from '../types';

declare const HighlightOff: ReactIconComponentType;
export default HighlightOff;
            