/** * Check if the document is overflowing and account for the scrollbar width * @param container The container to check * @returns The document is overflowing */ export default function isOverflowing(container: Element): boolean;