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

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

/**
 * @deprecated The icon "information" is deprecated in favour of "status-information" from “@atlaskit/icon/core”
*/
declare const InformationIcon: {
  (props: NewCoreIconProps): JSX.Element;
  displayName: string;
};
export default InformationIcon;
