import { FunctionComponent } from 'react';
import { GenericListCache } from './GenericListCache';
export declare const useGenericListCache: () => GenericListCache;
export declare const GenericListCacheProvider: FunctionComponent<{
    children?: React.ReactNode;
}>;
