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