export function Dialog(props: any): JSX.Element; export namespace Dialog { namespace propTypes { const content: PropTypes.Validator; const title: PropTypes.Validator; const actions: PropTypes.Validator; const cancel: PropTypes.Requireable; const open: PropTypes.Requireable; const className: PropTypes.Requireable; const style: PropTypes.Requireable; const onClose: PropTypes.Requireable<(...args: any[]) => any>; const width: PropTypes.Requireable; const height: PropTypes.Requireable; const contentJustify: PropTypes.Requireable; const contentDisplay: PropTypes.Requireable; } namespace defaultProps { const title_1: string; export { title_1 as title }; const width_1: string; export { width_1 as width }; const height_1: string; export { height_1 as height }; const contentJustify_1: string; export { contentJustify_1 as contentJustify }; const contentDisplay_1: string; export { contentDisplay_1 as contentDisplay }; } const displayName: string; } export default Dialog; import PropTypes from "prop-types"; //# sourceMappingURL=Dialog.d.ts.map