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