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