/**
 * find if a node is in the given parent
 */
export default function hasParent(node: HTMLElement, parent: HTMLElement): boolean;
//# sourceMappingURL=has-parent.d.ts.map