/**
 * Get the closest ancestor positioned element
 */
export declare const getOffsetParent: (element: Element) => Element | Window;
