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