declare const _default: { snippets: { title: string; screenshot: any; schema: { componentName: string; props: { color: string; children: string; }; }; }[]; componentName: string; docUrl: string; title: string; category: string; group: string; props: ({ name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; setter: string[]; defaultValue?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: (string | { componentName: string; props: { options: { title: string; value: string; }[]; }; })[]; defaultValue?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; setter: (string | { componentName: string; props: { options: { title: string; value: string; }[]; }; })[]; defaultValue: string; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: string; defaultValue?: undefined; })[]; configure: { supports: { style: boolean; events: { name: string; template: string; }[]; }; }; }; export default _default;