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