import type { FC } from "react"; export declare const ConfirmationDialogMessage: FC<{ message: string | string[]; }>;