import * as React from 'react'; import { TwoTonedIcon } from '../iconTypes'; declare class IconHighlightAnnotation extends React.Component { static defaultProps: { className: string; height: number; width: number; }; idPrefix: string; render(): JSX.Element; } export default IconHighlightAnnotation;