import { IllustrationAsset, BaseSvgAsset } from './types.js'; export type TrophyWonAsset = IllustrationAsset; /** * TrophyWon illustration asset * @example * ```tsx * import { Illustration } from '@payfit/unity-illustrations' * import TrophyWon from '@payfit/unity-illustrations/assets/TrophyWon' * * * ``` */ declare const TrophyWon: TrophyWonAsset; export default TrophyWon;