export declare function findPositionedParent(elem: Element, inclusive?: boolean): Element | null;
export default findPositionedParent;
