import { ReactElement } from 'react'; import { RenderToolbarProps } from '../../types/index'; export default function ToolBar({ allowedShapes, deleteAnnotation, options, selectedAnnotation, selectedSelectorType, setSelectedSelectorType, unSelectSelectedAnnotation, }: RenderToolbarProps): ReactElement | null;