export declare function elementOverflow(element: HTMLElement, container: HTMLElement): "none" | "top" | "bottom" | "both";
