///
export interface DrawerMainProps extends React.HTMLProps {
/** Additional classes added to the drawer main wrapper. */
className?: string;
/** Content to be rendered in the drawer main wrapper*/
children?: React.ReactNode;
}
export declare const DrawerMain: React.FunctionComponent;
//# sourceMappingURL=DrawerMain.d.ts.map