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

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

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