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

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

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