/// <reference types="react" />
export declare const activeBarDisplayName = "ActiveBar";
interface IProps {
    forceRenderState: number;
}
declare const ActiveBar: {
    (props: IProps): JSX.Element;
    displayName: string;
};
export default ActiveBar;
