import { DrawerDeclarations } from '../Drawer/Drawer.types'; export declare const StepperDrawerContentRoot: import("styled-components").StyledComponent<"div", any, DrawerDeclarations.DrawerContentStyled, never>; export declare const StepperDrawerSidebar: import("styled-components").StyledComponent<"aside", any, { sidebarBorder?: boolean; }, never>;