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