import { ThemeProvider as NextThemesProvider } from 'next-themes'; import * as React from "react"; export declare function ThemeProvider({ children, ...props }: React.ComponentProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=theme-provider.d.ts.map