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