import * as React from "react"; import { IDaysHeadProps } from "./types"; export declare const DaysHead: React.FunctionComponent;