export declare const hasVerticalScroll: (element: HTMLElement) => boolean;
export declare const hasHorizontalScroll: (element: HTMLElement) => boolean;
export declare const hasScroll: (element: HTMLElement) => boolean;
