import { ThemeProvider } from "next-themes"; import type { ComponentProps } from "react"; interface GeistProviderProps extends ComponentProps { withScript?: boolean; } export declare const GeistProvider: ({ children, storageKey, withScript: _withScript, ...props }: GeistProviderProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=provider.d.ts.map