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