declare const _default: { componentName: string; docUrl: string; title: string; category: string; group: string; props: ({ name: string; title: { label: string; tip: string; }; propType: string; setter: string; defaultValue?: undefined; display?: undefined; type?: undefined; items?: 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; display?: undefined; type?: undefined; items?: undefined; } | { title: string; display: string; type: string; items: { name: string; title: { label: string; tip: string; }; propType: string; setter: (string | { componentName: string; props: { placeholder: string; }; })[]; }[]; name?: undefined; propType?: undefined; setter?: undefined; defaultValue?: undefined; })[]; configure: { component: { isContainer: boolean; nestingRule: { childWhitelist: string[]; }; }; supports: { style: boolean; }; }; snippets: { title: string; screenshot: any; schema: { componentName: string; props: { title: string; }; children: ({ componentName: string; props: { description: string; title: string; status: string; }; } | { componentName: string; props: { title: string; status: string; description?: undefined; }; })[]; }; }[]; }; export default _default;