export default CustomizeColumnsDialog; declare function CustomizeColumnsDialog({ open, columns, handleCloseWithOK, handleCloseWithCancel }: { open: any; columns: any; handleCloseWithOK: any; handleCloseWithCancel: any; }): JSX.Element; declare namespace CustomizeColumnsDialog { namespace propTypes { let open: PropTypes.Validator; let handleCloseWithOK: PropTypes.Validator<(...args: any[]) => any>; let handleCloseWithCancel: PropTypes.Validator<(...args: any[]) => any>; let columns: PropTypes.Validator; } } import PropTypes from 'prop-types'; //# sourceMappingURL=CustomizeColumnsDialog.d.ts.map