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