import React from "react";
import { BackLinkProps } from "./BackLink.types";
declare const BackLink: React.FC<BackLinkProps>;
export default BackLink;
