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