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