declare const _default: import("redux").Reducer<{}>; export default _default; export declare const getPossibleReferenceValues: (state: any, props: any) => any; export declare const getResources: (state: any) => any[]; export declare const getReferenceResource: (state: any, props: any) => any; export declare const isLoggedIn: (state: any) => any; export { getPossibleReferences } from './references';