import * as React from "react"; import { IDayProps } from "./types"; export declare const Day: React.SFC;