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

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

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