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