/// <reference types="react" />
import { Theme } from '@mui/material';
export declare const StyledSwipeableDrawer: import("styled-components").StyledComponent<import("react").JSXElementConstructor<import("@mui/material").SwipeableDrawerProps>, any, {
    theme: Theme;
}, never>;
