import { forwardRef, SVGProps } from 'react'; export interface AnnotationProps extends Omit, 'css'> {} export const Annotation = forwardRef((props, ref) => ( )); Annotation.displayName = 'Annotation';