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