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