declare const _default: import("react").ComponentType; title: PropTypes.Requireable; text: PropTypes.Validator; confirmationText: PropTypes.Requireable; confirmation: PropTypes.Requireable; handleClose: PropTypes.Requireable<(...args: any[]) => any>; handleOk: PropTypes.Requireable<(...args: any[]) => any>; okText: PropTypes.Requireable; disableOk: PropTypes.Requireable; isShowCancel: PropTypes.Requireable; classes: PropTypes.Validator>>; }>, PropTypes.RequiredKeys<{ open: PropTypes.Validator; title: PropTypes.Requireable; text: PropTypes.Validator; confirmationText: PropTypes.Requireable; confirmation: PropTypes.Requireable; handleClose: PropTypes.Requireable<(...args: any[]) => any>; handleOk: PropTypes.Requireable<(...args: any[]) => any>; okText: PropTypes.Requireable; disableOk: PropTypes.Requireable; isShowCancel: PropTypes.Requireable; classes: PropTypes.Validator>>; }>> & { title?: string | null | undefined; confirmationText?: string | null | undefined; isShowCancel?: boolean | null | undefined; confirmation?: string | null | undefined; handleClose?: ((...args: any[]) => any) | null | undefined; handleOk?: ((...args: any[]) => any) | null | undefined; okText?: string | null | undefined; disableOk?: boolean | null | undefined; } & {}, "title" | "text" | "open" | "confirmationText" | "isShowCancel" | "confirmation" | "handleClose" | "handleOk" | "okText" | "disableOk"> & import("@material-ui/styles").StyledComponentProps<"actionButton" | "confirmation">>; export default _default; import PropTypes from 'prop-types'; //# sourceMappingURL=ConfirmationDialog.d.ts.map