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