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