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

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

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