/** * Hook for accessing theme context */ import { type ThemeContext } from '@happyvertical/smrt-ui/themes'; /** * Get theme context (throws if not available) */ export declare function useTheme(): ThemeContext; /** * Try to get theme context (returns null if not available) */ export declare function useTryTheme(): ThemeContext | null; //# sourceMappingURL=useTheme.d.ts.map