import { DrawerProps } from '@mui/material'; type Props = DrawerProps & { onClose: () => void; }; export declare const SlideInModal: ({ children, ...props }: Props) => import("@emotion/react/jsx-runtime").JSX.Element; export {};