declare const StyledSidebarHeader: import("styled-components").StyledComponent<"div", any, { theme: object; } & { hasClose?: boolean; headerVariant?: "light" | "dark"; }, "theme">; declare const StyledSidebarSubHeader: import("styled-components").StyledComponent<"div", any, { theme: object; }, "theme">; export default StyledSidebarHeader; export { StyledSidebarSubHeader };