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