import React from 'react'; import { IFabreactorPanelProps } from './IPanelProps'; export declare class FabreactorPanel extends React.Component { constructor(props: IFabreactorPanelProps); private onRenderButtonRow; render(): JSX.Element; }