import React from 'react';
type Props = {
    documentPath: string;
};
declare const Backlink: React.FC<Props>;
export default Backlink;
