/// import { DrawerDeclarations } from '../Drawer/Drawer.types'; export declare namespace StepperDrawerDeclarations { interface Props extends DrawerDeclarations.Props { drawerSidebar?: React.ReactNode; sidebarBorder?: boolean; } }