/** * Gets all parent elements up to the document root * @param element - The DOM element * @returns Array of parent elements including the element itself */ export declare function getParents(element: Element): Element[]; //# sourceMappingURL=getParents.d.ts.map