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; } | { name: string; title: { label: string; tip: string; }; propType: string; defaultValue: boolean; setter: string; })[]; configure: { component: { isContainer: boolean; nestingRule: { childWhitelist: string[]; }; }; supports: { events: { name: string; description: string; template: string; }[]; style: boolean; }; }; snippets: { title: string; screenshot: any; schema: { componentName: string; props: { title: string; }; children: { componentName: string; props: { key: string; title: string; }; }[]; }; }[]; }; export default _default;