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