import { Theme } from '@mui/material/styles'; type MiniDrawerStyledProps = { open: boolean; theme: Theme; }; declare const MiniDrawerStyled: import('@emotion/styled').StyledComponent, {}, {}>; export { MiniDrawerStyled }; export type { MiniDrawerStyledProps }; //# sourceMappingURL=MiniDrawerStyled.d.ts.map