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

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

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