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