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