import * as React from 'react'; import type { ThemeReference } from './themeReference'; export interface ThemeProviderProps extends React.PropsWithChildren> { /** * to set themes into the provider wrap them in a reference */ theme: ThemeReference; } export declare const ThemeProvider: React.FunctionComponent; //# sourceMappingURL=ThemeProvider.d.ts.map