export declare const getWidgetPropsByType: (identifier: string) => Map; export declare const register: (identifier: string, props: Map) => void; export declare const registerFormWidget: (identifier: string, props: Map) => void; export declare enum PROP_TYPE { BOOLEAN = 1, NUMBER = 2, STRING = 3 } export declare const PROP_STRING: any; export declare const PROP_NUMBER: any; export declare const PROP_BOOLEAN: any; export declare const PROP_ANY: any;