import { Decorator } from '@storybook/react-vite'; import { ThemeProviderProps } from 'next-themes'; export type ThemeOptions = ThemeProviderProps; export declare const withTheme: (options?: ThemeOptions) => Decorator; //# sourceMappingURL=theme-decorator.d.ts.map