declare const _default: { componentName: string; title: string; category: string; group: string; npm: { package: string; exportName: string; main: string; destructuring: boolean; subName: string; }; props: { title: string; display: string; type: string; items: ({ name: string; title: { label: string; tip: string; }; initialValue: string; setter: string; propType?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; setter: string[]; initialValue?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: string; initialValue?: undefined; })[]; }[]; configure: { supports: { condition: boolean; loop: boolean; events: { name: string; }[]; style: boolean; }; }; snippets: { title: string; schema: { componentName: string; props: { id: string; children: string; }; }; }[]; }; export default _default;