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

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

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