/// export interface IHTMLTranslateProps extends React.HTMLAttributes { params?: any; section?: string; children?: any; el?: string; elProps?: any; isHtml?: boolean; }