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