@ -6,11 +6,11 @@ export declare class TextValueCheckCombo extends Widget {
setTitle (v: string): void;
setValue (v: string | number): void;
setValue (v: any): void;
setWarningTitle(v: string): void;
getValue(): void;
getValue(): any;
populate(items: any[]): string;
}