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

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

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