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

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

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