import { ComponentClass } from "react"; import { IndexLinkProps } from "react-router/lib/IndexLink"; type IndexLinkContainer = ComponentClass; declare const IndexLinkContainer: IndexLinkContainer; export default IndexLinkContainer;