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