/**
 * Checks if the given `node` is an instanceof HTMLHeadingElemnt
 * @returns {boolean}
 */
export declare function isHeadingElement(node: Node | null): node is HTMLHeadingElement;
