import { Widget } from "../../core/widget";
export declare class LinearSegment extends Widget {
    static xtype: string;
    setEnabledValue(v: any): void;
}