import React from "react";
import { type IUndoableQueue } from "../../contexts/undoableQueue/types";
export declare const UndoableQueue: React.FC<{
    notification: IUndoableQueue;
}>;
//# sourceMappingURL=index.d.ts.map