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