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