import { FC } from "react";
interface ContextMenuDisableNotificationsTimerProps {
    handleShowMenuNotifications: () => void;
}
declare const ContextMenuDisableNotificationsTimer: FC<ContextMenuDisableNotificationsTimerProps>;
export default ContextMenuDisableNotificationsTimer;
