import { CurrentTheme } from '../types/shared'; /** @deprecated */ export const useTheme: () => CurrentTheme; export {};