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