import { MutableRefObject } from 'react'; export declare function useShowElement( /** Ref that is assigned to a JSX element */ ref: MutableRefObject, /** How much of the ref element is shown before the observer is triggered. For example: 0.2 */ threshold?: number): boolean;