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