import { Component } from "react"; import { SimpleSshButtonProps } from "./SimpleSshButtonProps"; import { SimpleSshButtonState } from "./SimpleSshButtonState"; export declare class SimpleSshButton extends Component { constructor(props: SimpleSshButtonProps); private exec; render(): JSX.Element; }