import React from 'react'; import { INotification } from '../../../interfaces'; export declare type UseCancelNotificationType = () => { notifications: INotification[]; notificationDispatch: React.Dispatch; }; export declare const useCancelNotification: UseCancelNotificationType;