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

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

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