import * as React from 'react'; import { AppStore } from '../../services/AppStore'; export interface ApiInfoProps { store: AppStore; } export declare class ApiInfo extends React.Component { handleDownloadClick: (e: any) => void; render(): JSX.Element; }