declare const _default: { snippets: { title: string; screenshot: any; schema: { componentName: string; props: { bordered: boolean; }; }; }[]; componentName: string; docUrl: string; title: string; category: string; group: string; props: ({ name: string; title: { label: string; tip: string; }; propType: string; setter: string; supportVariable: boolean; defaultValue?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: string; supportVariable?: undefined; defaultValue?: undefined; } | { name: string; title: { label: string; tip: string; }; setter: { componentName: string; props: { itemSetter: { componentName: string; props: { config: { items: ({ name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; setter: (string | { componentName: string; title: string; initialValue: { type: string; params: string[]; value: any[]; }; })[]; isRequired?: undefined; defaultValue?: undefined; description?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: string; isRequired: boolean; defaultValue?: undefined; description?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; defaultValue: string; setter: (string | { componentName: string; props: { options: { title: string; value: string; }[]; }; })[]; isRequired?: undefined; description?: undefined; } | { name: string; title: { label: string; tip: string; }; description: string; defaultValue: string; propType: { type: string; value: string[]; }; setter: (string | { componentName: string; props: { options: { title: string; value: string; }[]; }; })[]; isRequired?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: (string | { componentName: string; title: string; initialValue: { type: string; params: string[]; value: any[]; }; })[]; isRequired?: undefined; defaultValue?: undefined; description?: undefined; })[]; }; }; initialValue: { title: string; }; }; }; }; propType?: undefined; supportVariable?: undefined; defaultValue?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; defaultValue: boolean; setter: string; supportVariable?: undefined; })[]; configure: { supports: { style: boolean; events: { name: string; description: string; template: string; }[]; }; }; }; export default _default;