import * as React from 'react'; import { Icon } from '../iconTypes'; declare const IconRegionAnnotation: ({ className, color, height, title, width }: Icon) => React.JSX.Element; export default IconRegionAnnotation;