import React from 'react'; import { IFabreactorItemPanelProps } from './IItemPanelProps'; import './ItemPanel.css'; export declare class FabreactorItemPanel extends React.Component { constructor(props: IFabreactorItemPanelProps); private onRenderHeader; readonly itemTitle: any; readonly itemDescription: any; readonly itemSecondaryDescription: any; readonly itemColor: any; private onRenderNavigation; render(): JSX.Element; }