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