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

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

declare const MaximizeIconMigration: {
  (props: Omit<NewCoreIconProps, | 'LEGACY_fallbackIcon'> ): JSX.Element;
  displayName: string;
};
export default MaximizeIconMigration;
