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