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