import { Theme as ThemeV8 } from '@fluentui/react';
import { Theme as ThemeV9 } from '@fluentui/react-components';
/**
 * Creates a v9 theme from a v8 theme and base v9 theme.
 * FluentUI webLightTheme is used in case if no baseThemeV9 is provided.
 *
 * @private
 */
export declare const createV9Theme: (themeV8: ThemeV8, baseThemeV9?: ThemeV9) => ThemeV9 & {
    errorText: string;
};
//# sourceMappingURL=v9ThemeShim.d.ts.map