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