import React from 'react'; import type { ImageLabelingOptions, ImageLabelerPlugin } from './types'; export declare const Camera: React.ForwardRefExoticComponent<{ callback: Function; options?: ImageLabelingOptions | undefined; } & import("react-native-vision-camera").CameraProps & React.RefAttributes>; export declare function useImageLabeler(options?: ImageLabelingOptions): ImageLabelerPlugin; //# sourceMappingURL=index.d.ts.map