import type { Theme } from '../types'; export declare function useTheme(passedTheme?: string): Theme; //# sourceMappingURL=useTheme.d.ts.map