/** * Check if the given node is html void element. Void element cannot have children * @param node The node to check */ export default function isVoidHtmlElement(node: Node): boolean;