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