export declare const useCheckIsHtmlEntity: (text: string) => (match: RegExpMatchArray) => boolean;
