import React from "react"; import "./types/global"; export declare const DashboardThemeProvider: ({ theme, children, }: React.PropsWithChildren<{ theme: string; }>) => JSX.Element;