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