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

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

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