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