declare const _default: { componentName: string; docUrl: string; title: string; category: string; group: string; props: ({ name: string; title: { label: string; tip: string; }; propType: { type: string; isRequired: boolean; value?: undefined; }; setter?: undefined; supportVariable?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: string; supportVariable: boolean; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: (string | { componentName: string; title: string; initialValue: { type: string; params: string[]; value: { componentName: string; props: { label: string; hasFeedback: boolean; validateTrigger: string; trigger: string; noStyle: boolean; valuePropName: string; preserve: boolean; layout: string; typeobj: { message: string; }; lenobj: { max: number; min: number; message: string; }; patternobj: { pattern: string; message: string; }; }; children: { componentName: string; props: { type: string; placeholder: string; disabled: boolean; readOnly: boolean; onlyShowClearWhenFocus: boolean; }; }[]; }[]; }; })[]; supportVariable?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; isRequired?: undefined; }; setter: { componentName: string; title: string; initialValue: { type: string; value: { componentName: string; props: { children: string; }; }[]; params?: undefined; }; }; supportVariable?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: { componentName: string; title: string; initialValue: { type: string; params: string[]; value: { componentName: string; props: { type: string; children: { type: string; value: string; }; }; }[]; }; }; supportVariable?: undefined; })[]; configure: { supports: { style: boolean; events: { name: string; description: string; template: string; }[]; }; }; snippets: { title: string; screenshot: any; schema: { componentName: string; props: {}; }; }[]; }; export default _default;