import { EventType, Locale, StatusType, Theme, UserWithRangeType } from '../../../types'; type BodyContentProps = { userWithRange: UserWithRangeType[]; currentDate: string; tdWidth: number | null; events?: EventType[]; statuses?: StatusType[]; theme?: Theme; cellSize?: string; lang: Locale; }; export declare const BodyContent: (props: BodyContentProps) => import("react/jsx-runtime").JSX.Element; export {};