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