import React from "react"; import { StorageSource } from "@rebasepro/types"; /** * Three states, and they mean different things: * * - `null` — outside ``. * - `undefined` — inside it, but the project configured no storage. `` * already warns about this on the console. * - a source — the resolved default storage. * * See {@link RebaseDataContext} for why the default is not `{}`. */ export declare const StorageSourceContext: React.Context;