/// /** * Holds the main content of a page next to the drawer. Adds a margin when the adjacent drawer is open. */ declare const DrawerMain: import("@emotion/styled").StyledComponent & { open?: boolean | undefined; }, import("react").DetailedHTMLProps, HTMLElement>, {}>; export default DrawerMain;