import type { FC } from "react"; import type { ConfirmationDialogProps } from "./types/ConfirmationDialog.types"; export declare const ConfirmationDialog: FC;