import { Colors, getContext, IContext, IThemeConfig, ThemeStyle } from 'msteams-ui-styles-core'; import * as React from 'react'; export interface ITeamsThemeContextProps { readonly context: IContext; } export declare const TeamsThemeContext: React.Context; export { getContext, IContext, IThemeConfig, ThemeStyle, Colors };