import { type AdaptiveCardsPackage } from '../types/AdaptiveCardsPackage'; type AdaptiveCardsContextType = { adaptiveCardsPackage: AdaptiveCardsPackage; hostConfigFromProps: any; }; declare const AdaptiveCardsContext: import("react").Context; export default AdaptiveCardsContext; export type { AdaptiveCardsContextType }; //# sourceMappingURL=AdaptiveCardsContext.d.ts.map