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