import { Any } from 'json2typescript'; export declare class WidgetValueHandler { static getConcreteWidgetValue(type: string, subType?: string, value?: any): Any; }