/// import type { GridCellProps } from '../gridCellCss'; interface Props extends GridCellProps { $selected?: boolean; $isPc?: boolean; } declare const YearItem: import("styled-components").StyledComponent, import("styled-components").DefaultTheme, { style: any; } & Props, "style">; export default YearItem;