import { DrawableAreaAnnotation } from '../../types'; export interface AreaViewerProps { isHovered: boolean; showLabel: boolean; showOutline: boolean; annotation: DrawableAreaAnnotation; }