declare const _default: { componentName: string; title: string; category: string; group: string; docUrl: 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; defaultValue?: undefined; condition?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; setter: string[]; initialValue?: undefined; defaultValue?: undefined; condition?: undefined; } | { name: string; title: { label: string; tip: string; }; setter: string; initialValue?: undefined; propType?: undefined; defaultValue?: undefined; condition?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; setter: (string | { componentName: string; props: { options: { title: string; value: string; }[]; }; })[]; defaultValue: string; initialValue?: undefined; condition?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: string[]; initialValue?: undefined; defaultValue?: undefined; condition?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; setter: (string | { componentName: string; props: { options: { title: string; value: string; }[]; }; })[]; condition: { type: string; value: string; }; initialValue?: undefined; defaultValue?: undefined; })[]; } | { title: string; display: string; type: string; items: ({ name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; setter: (string | { componentName: string; props: { options: { title: string; value: string; }[]; }; })[]; defaultValue?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; setter: (string | { componentName: string; props: { options: { title: string; value: string; }[]; }; })[]; defaultValue: string; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: { componentName: string; initialValue: { type: string; value: any[]; }; }; defaultValue?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: string; defaultValue: boolean; })[]; } | { title: string; display: string; type: string; items: ({ name: string; title: { label: string; tip: string; }; propType: string; setter: string[]; defaultValue?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: string[]; defaultValue: boolean; })[]; })[]; configure: { supports: { condition: boolean; loop: boolean; events: { name: string; text: string; }[]; style: boolean; }; }; snippets: ({ title: string; screenshot: any; schema: { componentName: string; props: { id: string; type: string; children: string; }; }; id?: undefined; } | { title: string; screenshot: any; schema: { componentName: string; props: { type: string; children: string; id?: undefined; }; }; id?: undefined; } | { id: string; title: string; screenshot: any; schema: { componentName: string; props: { type: string; children: string; id?: undefined; }; }; })[]; }; export default _default;