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