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