import React from 'react'; /** * @type {{store: any }} FirestoreContext */ export declare const FirestoreContext: React.Context<{ storeItem: (_key: string, _i: any) => any; retrieveItem: (_key: string) => any; }>; export default function Provider({ children }: { children: any; }): React.JSX.Element; //# sourceMappingURL=Provider.d.ts.map