import React from 'react';
import { XYChartTheme } from '../types';
declare const ThemeContext: React.Context<XYChartTheme>;
export default ThemeContext;
//# sourceMappingURL=ThemeContext.d.ts.map