import type { 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 declare function addVariants(theme: ITheme): void;