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