import React from "react";
import type { OpenNotificationParams } from "@refinedev/core";
export type UndoableNotificationProps = {
    notificationKey: OpenNotificationParams["key"];
    message: OpenNotificationParams["message"];
    cancelMutation: OpenNotificationParams["cancelMutation"];
    undoableTimeout: OpenNotificationParams["undoableTimeout"];
};
export declare const UndoableNotification: React.FC<UndoableNotificationProps>;
//# sourceMappingURL=index.d.ts.map