export declare const useOpenCv: () => { loaded: boolean; cv?: typeof import("mirada/dist/src/types/opencv/_types") | undefined; };