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