export default ExtraText; declare class ExtraText extends React.PureComponent { static propTypes: { dataHook: PropTypes.Requireable; text: PropTypes.Validator; }; constructor(props: any); constructor(props: any, context: any); render(): React.JSX.Element; } import React from 'react'; import PropTypes from 'prop-types'; //# sourceMappingURL=ExtraText.d.ts.map