export declare class BarIndicatorComponent {
    readonly host = "jnt-bar-indicator-host";
    value: number;
    title: string;
    color: string;
    width: string;
}
