import { type StoreSnapshot } from './store.js'; import { t } from './ui.js'; import type { DashboardLocale } from './i18n.js'; export declare function useDashboardStore(): StoreSnapshot; export declare function useStoreSelector(selector: (snapshot: StoreSnapshot) => T): T; export declare function useDashboardLocale(): DashboardLocale; export declare function useT(): typeof t; //# sourceMappingURL=react-hooks.d.ts.map