import React from "react"; import { FireCMSBackend } from "../types"; export declare const FireCMSBackendContext: React.Context; export declare function FireCMSBackEndProvider({ children, ...backend }: React.PropsWithChildren): React.JSX.Element; export declare function useFireCMSBackend(): FireCMSBackend;