export declare const useGlobalDataContext: (providerName?: string) => import('./GlobalDataProvider').GlobalStoreContextTypes; export declare const useAccountStore: () => import('../../core').AccountStore; export declare const useAppConfig: () => import('../../core').AppConfig; export declare const useAnalyticsStore: () => import('../../core').AnalyticsStore; export declare const useBudgetsStore: () => import('../../core').BudgetsStore; export declare const useCashflowStore: () => import('../../core').CashflowStore; export declare const useCategoryStore: () => import('../../core').CategoryStore; export declare const useConnectStore: () => import('../../core').ConnectStore; export declare const useDebtStore: () => import('../../core').DebtsStore; export declare const useFinstrongStore: () => import('../../core').FinstrongStore; export declare const useGlobalStore: () => import('..').GlobalStore; export declare const useGlobalUiStore: () => import('../../core').GlobalUiStore; export declare const useGlobalCopyStore: () => import('../../core').GlobalCopy; export declare const useGoalStore: () => import('../../core').GoalStore; export declare const useHelpStore: () => import('../../core').HelpStore; export declare const useHoldingStore: () => import('../../core').HoldingStore; export declare const useInsightsV2Store: () => import('../../core').InsightsV2Store; export declare const useActionContext: () => T | undefined; export declare const useMerchantStore: () => import('../../core').MerchantStore; export declare const useNetWorthStore: () => import('../../core').NetWorthStore; export declare const useNotificationStore: () => import('../../core').NotificationStore; export declare const useRecurringTransactionsStore: () => import('../../core').RecurringTransactionsStore; export declare const useSettingsStore: () => import('../../core').SettingsStore; export declare const useTransactionStore: () => import('../../core').TransactionStore; export declare const useTrendsStore: () => import('../../core').TrendsStore; export declare const useUserStore: () => import('../../core').UserStore; export declare const useError: () => { onError: import('../../core').GlobalErrorHandler; }; export declare const useEvent: () => { onEvent: import('../../core').GlobalEventHandler; }; export declare const useLoad: () => { onLoad: ((widgetName: string) => void) | undefined; }; export declare const usePageView: () => { onPageView: (pageViewEvent: string) => void; }; export declare const useWidgetContainerContext: (providerName?: string) => import('./WidgetContainerProvider').WidgetContainerContextTypes; export declare const useWidgetContainerProvider: () => import('./WidgetContainerProvider').WidgetContainerContextTypes;