import { WebChatActivity } from 'botframework-webchat-core'; import React, { type ReactNode } from 'react'; declare function ActivityDecorator({ children, activity }: Readonly<{ activity?: WebChatActivity; children?: ReactNode; }>): React.JSX.Element; declare const _default: React.MemoExoticComponent; export default _default; //# sourceMappingURL=ActivityDecorator.d.ts.map