///
import { IUndoableQueue } from "../../../interfaces";
export declare type UseCancelNotificationType = () => {
notifications: IUndoableQueue[];
notificationDispatch: React.Dispatch;
};
export declare const useCancelNotification: UseCancelNotificationType;
//# sourceMappingURL=index.d.ts.map