declare const _default: { title: string; display: string; type: string; items: ({ 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; defaultValue: boolean; supportVariable: boolean; condition: { type: string; value: string; }; } | { name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; setter: (string | { componentName: string; props: { template: string; }; })[]; defaultValue: string; supportVariable?: undefined; condition?: undefined; })[]; }; export default _default;