declare const _default: { title: string; display: string; type: string; items: ({ name: string; title: { label: string; tip: string; }; propType: string; setter: string; defaultValue: boolean; supportVariable: boolean; condition?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: string; defaultValue: string; supportVariable: boolean; condition: { type: string; value: string; }; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: string; supportVariable: boolean; condition: { type: string; value: string; }; defaultValue?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: string; supportVariable: boolean; defaultValue?: undefined; condition?: undefined; } | { name: string; title: { label: string; tip?: undefined; }; propType: string; setter: string; supportVariable: boolean; condition: { type: string; value: string; }; defaultValue?: undefined; })[]; }; export default _default;