import React, { ReactNode } from 'react'; import { CacheProps } from './Cache.type'; export declare class Cache extends React.Component { shouldComponentUpdate({ disabled }: CacheProps): boolean; render(): ReactNode; } //# sourceMappingURL=Cache.d.ts.map