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