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