import * as React from "react"; import { WrappedComponentProps } from "react-intl"; interface IDocumentationLinkOwnProps { url: string; } declare type IDocumentationLinkProps = IDocumentationLinkOwnProps & WrappedComponentProps; declare const _default: React.FunctionComponent> & { WrappedComponent: React.ComponentType; }; export default _default;