import { ReactElement } from 'react'; import { EventAnnotationIconProps } from '../EventAnnotations'; export declare const CustomEventIcon: (props: EventAnnotationIconProps) => ReactElement;