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