import React from 'react'; interface BackBarProps { linkText?: string; link?: string; } export declare const BackBar: React.FC; export {};