import { FC } from "react"; interface BackButtonProps { onClick?: VoidFunction; } export declare const BackButton: FC; export {};