import { IPackageGroup } from '../interfaces/index'; /** * Default supported packages for imports: `office-ui-fabric-react` and everything it exports, * plus `@uifabric/example-data`. (React is implicitly supported.) */ export declare const SUPPORTED_PACKAGES: IPackageGroup[];