import { PropsWithChildren } from "react";
import { IdentityKitTheme } from "../../constants";
export declare function ThemeProvider({ children, ...props }: PropsWithChildren<{
    theme?: IdentityKitTheme;
}>): import("react/jsx-runtime").JSX.Element;
