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