/// <reference types="react" />
export interface IMyDialogProps {
    title: string;
    dialogMessage: string;
    showDialog: boolean;
    confirmButton: string;
    _confirmDialog: any;
    _closeDialog: any;
}
export declare function buildConfirmDialog(thisDialog: IMyDialogProps): JSX.Element;
//# sourceMappingURL=confirmDialog.d.ts.map