import React from 'react'; import { CommonNotificationProps, LandRentedNotification as LandRentedNotificationType } from '../../types'; /** * @deprecated Should start using the same component migrated to UI2. */ export default function LandRentedNotificationCmp({ notification, locale, renderProfile }: CommonNotificationProps): React.JSX.Element;