import type { ReactNode } from 'react'; import type { WebChatActivity } from 'botframework-webchat-core'; export default function useCreateAvatarRenderer(): ({ activity }: { activity: WebChatActivity; }) => false | (() => Exclude); //# sourceMappingURL=useCreateAvatarRenderer.d.ts.map