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