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