import { DesignToken } from '@microsoft/fast-foundation'; export { DesignToken }; export * from './index'; /** * The global Fluent Design System. * @remarks * Only available if the components are added through a script tag * rather than a module/build system. */ export declare const FluentDesignSystem: import("@microsoft/fast-foundation").DesignSystem;