import React from 'react';
import { BackLinkProps } from './BackLink.types';
/**
 * A back link or a back button when using history
 */
declare const BackLink: React.FunctionComponent<BackLinkProps>;
export default BackLink;
