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