import { Locale, Theme } from '../../../types'; type HeadContentProps = { currentDate: string; thRef: React.RefObject; theme?: Theme; cellSize?: string; lang: Locale; }; declare function HeadContent(props: HeadContentProps): import("react/jsx-runtime").JSX.Element; export default HeadContent;