import { RefObject } from 'react'; export declare const useSheetSwipe: (args: { contentWrapperRef: RefObject; contentRef: RefObject; handleRef: RefObject; throttleMs?: number; hasScrollEvents?: boolean; onClose: () => void; }) => void; //# sourceMappingURL=useSheetSwipe.d.ts.map