interface DateCellWrapperProps { $clickable?: boolean; $selected?: boolean; $outlined?: boolean; disabled?: boolean; $isColumnEnd?: boolean; } declare const DateCellWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, DateCellWrapperProps, never>; export default DateCellWrapper;