type OverflowAncestors = Array; export declare function getOverflowAncestors(node: Node, list?: OverflowAncestors): OverflowAncestors; export {};