import { RefObject } from 'react'; export declare const useSheetSwipe: (args: { contentWrapperRef: RefObject; contentRef: RefObject; handleRef: RefObject; throttleMs?: number | undefined; onClose: () => void; }) => void;