import * as React from "react";
export declare const BackButton: React.FC<{
    onClick?: () => void;
}>;
