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