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

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

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