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

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

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