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