import { ReactNode } from 'react';
declare const SwipeContainer: ({ children, close, setIsDragging, disableSwipe }: {
    children: ReactNode;
    close: () => void;
    setIsDragging: (isDragging: boolean) => void;
    disableSwipe?: boolean;
}) => import("react").JSX.Element;
export default SwipeContainer;
//# sourceMappingURL=swipe-container.d.ts.map