import React from 'react';
import { IIconHighlightedStandAlone } from './types/iconHighlighted';
export declare const IconHighlightedStandAlone: React.ForwardRefExoticComponent<IIconHighlightedStandAlone & React.RefAttributes<HTMLDivElement>>;
