import React from "react";
import { TimelineItemProps } from "@mui/lab";
export declare const TimelineNotificationItem: React.FC<TimelineItemProps>;
