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