import { Theme } from '@fluentui/theme';
import * as React from 'react';
export declare const ThemeContext: React.Context<Theme | undefined>;
