import React from 'react'; import { type GridTheme as GridThemeType } from './GridTheme'; export type ThemeContextValue = Partial; export declare const ThemeContext: React.Context; export default ThemeContext; //# sourceMappingURL=ThemeContext.d.ts.map