import { ITheme } from '@fluentui/theme'; /** * Add all variants to provided theme as elements of the theme's scheme property. * Any existing schemes will be overwritten. * * @export * @param {ITheme} theme Theme for which variants will be added. */ export declare function addVariants(theme: ITheme): void;