declare function containsHTMLEntities(text: string): boolean;
export default containsHTMLEntities;
