/// interface Props { onGoBack: any; } export declare function GoBack({ onGoBack }: Props): JSX.Element; export {};