import type { FC } from 'react'; interface GoBackButtonProps { href: string; } declare const GoBackButton: FC; export default GoBackButton;