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