import { RoboflowObjectDetectionCanvasProps } from "../RoboflowObjectDetectionCanvas/RoboflowObjectDetectionCanvas.types"; export declare const RoboflowObjectDetectionCanvas: ({ width, height, objectDetections, mirrored }: RoboflowObjectDetectionCanvasProps) => import("react/jsx-runtime").JSX.Element;