import React from 'react'; import { PartialBodyProps } from './Partial.types'; export default function PartialBody({ baseDate, colNum, disabledDate, generateConfig, getCellClassNames, getCellDate, getCellNode, getCellText, headerCells, onSelect, picker, rowClassNames, rowNum, size, titleCell, getCellProps, value, }: PartialBodyProps): React.JSX.Element;