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