import * as React from 'react'; export declare function useContentScrollable(): { hasScroll: boolean; contentScrollRef: React.Ref; };