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