import React from 'react'; interface IIntlTextProps { } declare const IntlText: React.FC; export default IntlText;