// Generated by dts-bundle v0.7.3 // Dependencies for this module: // ../../../react import * as React from 'react'; export interface IProps { highlightColor?: string; leftSideContent?: JSX.Element; rightSideContent?: JSX.Element; backgroundColor?: string; showBar?: boolean; style?: React.CSSProperties; } export interface IState { } export class IACommandBar extends React.Component { constructor(props: IProps); render(): JSX.Element; }