/**
 * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
 * @codegen <<SignedSource::06cbedf4d6a364d1b8551d34e57181c2>>
 * @codegenCommand yarn build:icon-glyphs
 */

import type { NewCoreIconProps } from '@atlaskit/icon/base-new';

declare const ChatWidgetIcon: {
  (props: NewCoreIconProps): JSX.Element;
  displayName: string;
};
export default ChatWidgetIcon;
