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