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

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

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