import { HostConfig } from "adaptivecards"; import { ITheme } from "@fluentui/react/lib/Styling"; export declare const hostCapabilitiesFluentUIThemeKey = "fluentUITheme"; export declare const setFluentUIThemeAsHostCapability: (hostConfig: HostConfig, theme: ITheme) => void; export declare const getFluentUIThemeFromHostCapability: (hostConfig: HostConfig) => ITheme; //# sourceMappingURL=HostCapability.d.ts.map