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