/// import PropTypes from 'prop-types'; declare const TitleForRecord: { ({ defaultTitle, record, title }: { defaultTitle: any; record: any; title: any; }): JSX.Element; propTypes: { defaultTitle: PropTypes.Requireable; record: PropTypes.Requireable; title: PropTypes.Requireable; }; }; export default TitleForRecord;