import react__default, { ReactNode } from 'react';
import { C as CacheStore } from './cache-NLB60kAd.js';

interface Props {
    children: ReactNode;
    name?: string;
}
declare function CacheProvider({ children, name }: Props): react__default.JSX.Element;
declare function useCacheStore(): CacheStore | null;

export { CacheProvider as default, useCacheStore };
export = CacheProvider