import { ReactNode } from 'react'; export declare type CacheProps = { children: ReactNode; disabled?: boolean; }; //# sourceMappingURL=Cache.type.d.ts.map