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

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

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