import { type Theme } from '../../types'; export declare const useTheme: () => Theme;