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