interface Props { outlined?: boolean; } declare const WeekStatusBarWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, Props, never>; export default WeekStatusBarWrapper;