import { FC, PropsWithChildren } from 'react';
import { Theme } from '../theme';
declare const ThemeProvider: FC<PropsWithChildren<{
    theme?: Theme;
}>>;
export default ThemeProvider;
//# sourceMappingURL=index.d.ts.map