import { DefaultThemeSettings } from '../state'; export default function ThemeProviders({ domain, theme, children, themeCssVersionHash, themeSettings, }: { domain: string; /** optionally pass theme if needed to render one other than from global config */ theme: string; children: React.ReactNode; themeCssVersionHash: string; themeSettings: T; }): Promise; //# sourceMappingURL=theme-providers.component.d.ts.map