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