declare const _default: { snippets: { title: string; screenshot: string; schema: { componentName: string; props: { style: { width: string; }; options: {}[]; }; }; }[]; componentName: string; title: string; category: string; group: string; props: ({ name: string; title: { label: string; tip: string; }; propType: string; defaultValue: boolean; setter: string; condition?: undefined; required?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: string; condition: { type: string; value: string; }; defaultValue?: undefined; required?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: string; required: boolean; condition: { type: string; value: string; }; defaultValue?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: { type: string; value: (string | { type: string; value: string; })[]; }; defaultValue?: undefined; setter?: undefined; condition?: undefined; required?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: { type: string; value: { type: string; value: ({ name: string; propType: string; description: string; defaultValue: string; } | { name: string; propType: string[]; description: string; defaultValue: string; } | { name: string; propType: string; description: string; defaultValue: boolean; })[]; }; }; setter: { componentName: string; props: { itemSetter: { componentName: string; props: { config: { items: ({ name: string; title: string; setter: string[]; isRequired: boolean; } | { name: string; title: string; setter: string[]; isRequired?: undefined; })[]; }; }; initialValue: () => { label: string; value: string; disabled: boolean; }; }; options?: undefined; }; }; defaultValue?: undefined; condition?: undefined; required?: undefined; } | { name: string; title: { label: string; tip: string; }; setter: { componentName: string; props: { options: { title: string; value: string; }[]; itemSetter?: undefined; }; }; propType: { type: string; value: string[]; }; defaultValue?: undefined; condition?: undefined; required?: undefined; } | { name: string; title: { label: string; tip: string; }; condition(target: any): boolean; propType: string; defaultValue?: undefined; setter?: undefined; required?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: string; defaultValue?: undefined; condition?: undefined; required?: undefined; } | { name: string; title: { label: string; tip: string; }; setter: { componentName: string; props: { options: { title: string; value: string; }[]; itemSetter?: undefined; }; }; propType: { type: string; value: string[]; }; defaultValue: string; condition?: undefined; required?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; defaultValue: boolean; setter?: undefined; condition?: undefined; required?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; defaultValue: string; setter?: undefined; condition?: undefined; required?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: { type: string; value: string; }; defaultValue?: undefined; setter?: undefined; condition?: undefined; required?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; defaultValue?: undefined; setter?: undefined; condition?: undefined; required?: undefined; })[]; configure: { supports: { style: boolean; events: { name: string; template: string; }[]; }; }; }; export default _default;