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