import React from "react"; declare type IProps = { date?: any; [foo: string]: any; }; declare const HorizeCaption: React.SFC; export default HorizeCaption;