declare const _default: { snippets: { title: string; screenshot: any; schema: { componentName: string; props: { extra: string; actions: { text: string; key: string; }[]; }; }; }[]; componentName: string; docUrl: string; title: string; category: string; group: string; props: ({ name: string; title: string; setter: { componentName: string; props: { itemSetter: { componentName: string; props: { config: { items: ({ name: string; title: string; propType: string; defaultValue: boolean; setter: string; } | { name: string; title: string; propType: string; setter: string; defaultValue?: undefined; } | { name: string; title: string; propType: { type: string; value: string[]; }; setter: string[]; defaultValue?: undefined; })[]; }; }; initialValue: { text: string; key: string; }; }; }; }; propType?: undefined; defaultValue?: undefined; } | { name: string; title: string; propType: { type: string; value: string[]; }; setter: { componentName: string; props?: undefined; }; defaultValue?: undefined; } | { name: string; title: string; propType: string; defaultValue: boolean; setter: string; })[]; configure: { supports: { style: boolean; events: { name: string; template: string; }[]; }; }; }; export default _default;