import type { TSESTree } from '@typescript-eslint/utils';
export declare function isHtmlElement(node: TSESTree.JSXElement): boolean;
