import type { AnnotatorOptions } from '@labelu/image'; import { Annotator } from '@labelu/image'; export declare type ImageAnnotatorOptions = Omit; export declare const useImageAnnotator: (containerRef: React.RefObject, options: ImageAnnotatorOptions) => Annotator | null; //# sourceMappingURL=useImageAnnotator.d.ts.map