export declare const FormKey = "BForm"; export declare const FormItemKey = "BFormItem"; export declare const FormEvents: { addField: string; removeField: string; blur: string; change: string; };