/// export interface SidebarContentProps extends React.HTMLProps { children: React.ReactNode; /** Removes the background color. */ hasNoBackground?: boolean; /** Adds padding to the content. */ hasPadding?: boolean; /** Variant of the sidebar content background. */ backgroundVariant?: 'default' | 'secondary'; } export declare const SidebarContent: React.FunctionComponent; //# sourceMappingURL=SidebarContent.d.ts.map