import * as React from 'react';
import type { IFabricProps } from './Fabric.types';
/**
 * @deprecated This component is deprecated as of `@fluentui/react` version 8. Use `ThemeProvider` instead.
 */
export declare const Fabric: React.FunctionComponent<IFabricProps>;
