import { FC } from "react";
interface ContextMenuDisableNotificationsProps {
    handleShowDefaultMenu: () => void;
    handleShowMenuNotificationsTimer: () => void;
}
declare const ContextMenuDisableNotifications: FC<ContextMenuDisableNotificationsProps>;
export default ContextMenuDisableNotifications;
