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

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

/**
 * @deprecated The icon "star-starred" is deprecated in favour of "star-starred" from “@atlaskit/icon/core”
*/
declare const StarStarredIcon: {
  (props: NewUtilityIconProps): JSX.Element;
  displayName: string;
};
export default StarStarredIcon;
