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