import type { ITheme } from '@fluentui/react';
export declare const createSharePointHostConfig: (theme: ITheme) => any;
export declare const createDefaultTeamsHostConfig: (theme: ITheme) => any;
export declare const createDarkTeamsHostConfig: (theme: ITheme) => any;
export declare const createHighContrastTeamsHostConfig: (theme: ITheme) => any;
//# sourceMappingURL=HostConfig.d.ts.map