export declare const Constants: {
    Mode: {
        FAST: string;
        ACCURATE: string;
    };
    Landmarks: {
        NONE: string;
        ALL: string;
    };
    Classifications: {
        NONE: string;
        ALL: string;
    };
};
export declare class FaceDetector {
    static Constants: {
        Mode: {
            FAST: string;
            ACCURATE: string;
        };
        Landmarks: {
            NONE: string;
            ALL: string;
        };
        Classifications: {
            NONE: string;
            ALL: string;
        };
    };
    static detectFacesAsync(uri: string, options?: any): any;
}
export declare const UVCCamera: import("react-native").HostComponent<unknown>;
declare const _default: {
    FaceDetector: typeof FaceDetector;
    Constants: {
        Mode: {
            FAST: string;
            ACCURATE: string;
        };
        Landmarks: {
            NONE: string;
            ALL: string;
        };
        Classifications: {
            NONE: string;
            ALL: string;
        };
    };
    UVCCamera: import("react-native").HostComponent<unknown>;
};
export default _default;
//# sourceMappingURL=index.d.ts.map