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