import type { Theme } from '../../types'; interface UseThemeOptions { theme: () => Theme; } export declare function useTheme({ theme }: UseThemeOptions): { readonly themeClass: string; }; export {}; //# sourceMappingURL=useTheme.svelte.d.ts.map