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