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