export { getNotification } from './admin/notifications'; declare const _default: (customReducers: any, locale: any, messages: any) => 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 declare const getLocale: (state: any) => any; export { getPossibleReferences } from './admin';