import * as React from 'react'; export interface SidebarContentProps extends React.HTMLProps { children: React.ReactNode; /** Removes the background color. */ hasNoBackground?: boolean; /** Adds padding to the content. */ hasPadding?: boolean; } export declare const SidebarContent: React.FunctionComponent; //# sourceMappingURL=SidebarContent.d.ts.map