export declare const property_tooltip: { 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: { name: string; children: never[]; }[]; config: { formConfig: { labelWidth: string; suffixContent: string; requiredMessage: string; tip: string; tipPosition: string; validType: string; validMessage: string; validExpression: string; validMethod: string; }; baseConfig: { type: string; dataType: number; data: { label: string; value: string; }[]; "active-value"?: undefined; "inactive-value"?: undefined; }; advancedConfig: {}; arrayConfig: {}; }; 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: { labelWidth: string; suffixContent: string; requiredMessage: string; tip: string; tipPosition: string; validType: string; validMessage: string; validExpression: string; validMethod: string; }; baseConfig: { type?: undefined; dataType?: undefined; data?: undefined; "active-value"?: undefined; "inactive-value"?: undefined; }; advancedConfig: {}; arrayConfig: {}; }; } | { keyID: string; keyName: string; keyCode: string; children: never[]; dataType: string; arrayDataType: string; componentTypeLabel: string; componentType: string; icon: string; slots: never[]; config: { formConfig: { labelWidth: string; suffixContent: string; requiredMessage: string; tip: string; tipPosition: string; validType: string; validMessage: string; validExpression: string; validMethod: string; }; baseConfig: { "active-value": boolean; "inactive-value": boolean; type?: undefined; dataType?: undefined; data?: undefined; }; advancedConfig: {}; arrayConfig: {}; }; operateType?: undefined; })[]; dataType: string; arrayDataType: string; componentTypeLabel: string; componentType: string; config: { baseConfig: { labelPosition: string; labelWidth: string; labelSuffix: string; requireAsteriskPosition: string; collapse: boolean; collapseMoreLabel: string; }; advancedConfig: { style: string; vif: string; disabled: string; eventChange: string; }; arrayConfig: {}; }; }[];