export declare const property_div: { keyID: string; keyName: string; keyCode: string; children: ({ keyID: string; keyName: string; keyCode: string; children: never[]; dataType: string; arrayDataType: string; componentTypeLabel: string; componentType: string; icon: string; slots: never[]; config: { formConfig: {}; baseConfig: { type: string; dataType: number; data: { label: string; value: string; }[]; }; advancedConfig: {}; arrayConfig: {}; }; defaultValue: string; operateType?: undefined; } | { keyID: string; keyName: string; keyCode: string; children: never[]; dataType: string; arrayDataType: string; componentTypeLabel: string; componentType: string; icon: string; slots: never[]; config: { formConfig: {}; baseConfig: { type: string; dataType: number; data: { label: string; value: string; }[]; }; advancedConfig: {}; arrayConfig: {}; }; defaultValue?: undefined; operateType?: undefined; } | { keyID: string; keyName: string; keyCode: string; children: never[]; dataType: string; arrayDataType: string; componentTypeLabel: string; componentType: string; icon: string; operateType: string; slots: never[]; config: { formConfig: {}; baseConfig: { type?: undefined; dataType?: undefined; data?: undefined; }; advancedConfig: {}; arrayConfig: {}; }; defaultValue?: undefined; })[]; dataType: string; arrayDataType: string; componentTypeLabel: string; componentType: string; config: { baseConfig: { labelPosition: string; labelWidth: string; labelSuffix: string; requireAsteriskPosition: string; }; advancedConfig: { style: string; vif: string; disabled: string; eventChange: string; }; arrayConfig: {}; }; }[];