import { IllustrationAsset, BaseAnimatedImageAsset } from './types.js'; export type WinterPartyAnimationAsset = IllustrationAsset; /** * WinterPartyAnimation animated illustration asset (1600x816) * @example * ```tsx * import { Illustration } from '@payfit/unity-illustrations' * import WinterPartyAnimation from '@payfit/unity-illustrations/assets/WinterPartyAnimation' * * * ``` */ declare const WinterPartyAnimation: WinterPartyAnimationAsset; export default WinterPartyAnimation;