import { default as React } from 'react'; import { VLMAnnotationProps, VLMSample } from './types'; export declare const convertTopLeftToCenter: (sample: VLMSample) => VLMSample; export type { ShapeType, Shape, Region, VLMSample, VLMLabelType, VLMLabel, VLMAnnotationProps, VLMLabelMakerRef, } from './types'; declare const VLMAnnotation: React.FC; export default VLMAnnotation;