import { PropsWithChildren } from 'react';
import { SwipeableLargeDrawerModel } from './SwipeableLargeDrawer.types';
declare const SwipeableLargeDrawer: ({ children, height, contentSwipeProps, ...props }: PropsWithChildren<SwipeableLargeDrawerModel>) => import("react/jsx-runtime").JSX.Element;
export default SwipeableLargeDrawer;
