import React from 'react'; declare const TranslateBlock: (props: { children?: string; text?: any; to?: any; limit?: number; className?: string; }) => React.JSX.Element; export default TranslateBlock;