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