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

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

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