import * as React from "react"; import { ISelectionApi } from "../SelectionApi"; interface IProps { selectionApi: ISelectionApi; } export declare class TableAddButton extends React.Component { render(): JSX.Element; private handleAddClick; } export {};