import { PaddingProps } from "styled-system"; import { SidebarProps } from "./sidebar.component"; type StyledSidebarProps = Pick; declare const StyledSidebar: import("styled-components").StyledComponent<"div", any, { theme: object; } & StyledSidebarProps, "theme">; declare const StyledSidebarContent: import("styled-components").StyledComponent<"div", any, PaddingProps>>, never>; export { StyledSidebar, StyledSidebarContent };