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