declare const _default: { snippets: { title: string; screenshot: any; schema: { componentName: string; props: { visible: boolean; options: { label: string; value: string; children: ({ label: string; value: string; children?: undefined; } | { label: string; value: string; children: { label: string; value: string; children: { label: string; value: string; }[]; }[]; })[]; }[]; }; }; }[]; componentName: string; docUrl: string; title: string; category: string; group: string; props: ({ name: string; title: { label: string; tip: string; }; propType: string; setter: string; supportVariable?: undefined; defaultValue?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; setter?: undefined; supportVariable?: undefined; defaultValue?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: string; supportVariable: boolean; defaultValue?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; defaultValue: boolean; setter: string; supportVariable: boolean; } | { name: string; title: { label: string; tip: string; }; propType: string; setter?: undefined; supportVariable?: undefined; defaultValue?: undefined; })[]; configure: { component: { isModal: boolean; nestingRule: { parentWhitelist: string[]; }; }; supports: { style: boolean; events: { name: string; description: string; template: string; }[]; }; }; }; export default _default;