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

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

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