import { RefObject } from 'react'; import type { SheetSnapPoint, SheetSnapPoints } from '../Sheet.types'; export declare const useSheetSwipe: (args: { contentWrapperRef: RefObject; contentRef: RefObject; handleRef: RefObject; onClose: () => void; throttleMs?: number; hasScrollEvents?: boolean; opened?: boolean; snapPoints?: SheetSnapPoints; initialSnapPoint?: SheetSnapPoint; onSnapPointChange?: (snapPoint: SheetSnapPoint) => void; }) => void; //# sourceMappingURL=useSheetSwipe.d.ts.map