import { FC } from "react"; export interface AlertDialogProps { title?: string; message?: string; onOk?: () => Promise; } export declare const AlertDialog: FC; //# sourceMappingURL=alertDialog.d.ts.map