import { CommonNotificationProps, LandRentalEndedNotification } from '../../types';
export default function LandRentalEndedNotificationCmp({ notification, locale }: CommonNotificationProps<LandRentalEndedNotification>): JSX.Element;
