declare const hasContentOverflow: (layout: 'vertical' | 'horizontal', { offsetHeight, offsetWidth, scrollHeight, scrollWidth }: HTMLElement) => boolean; export default hasContentOverflow;