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