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