import React from 'react'; type Props = { currentRef: React.RefObject; containerRef?: React.RefObject | Document | Window; }; export declare const useOverflow: (props: Props) => boolean; export {};