declare const _default: { snippets: ({ title: string; screenshot: any; schema: { componentName: string; props: { children?: undefined; }; }; } | { title: string; screenshot: any; schema: { componentName: string; props: { 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[]; }; defaultValue: string; setter?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; setter: string[]; defaultValue?: undefined; })[]; configure: { supports: { style: boolean; className: boolean; }; }; }; export default _default;