import type { ThemeProviderProps } from "next-themes"; export declare function ThemeProvider({ children, ...props }: ThemeProviderProps): import("react/jsx-runtime").JSX.Element;