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