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