declare const _default: { snippets: { title: string; screenshot: any; schema: { componentName: string; props: { key: string; title: string; children: { type: string; value: { componentName: string; props: { style: { height: string; }; children: string; }; }[]; }; }; }; }[]; componentName: string; docUrl: string; title: string; category: string; group: string; props: ({ name: string; title: { label: string; tip: string; }; propType: string; defaultValue: boolean; setter: string; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: string; defaultValue?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; defaultValue?: undefined; setter?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: { componentName: string; title: string; isRequired: boolean; initialValue: { type: string; value: any[]; }; }; defaultValue?: undefined; })[]; configure: { component: { isContainer: boolean; nestingRule: { parentWhitelist: string[]; }; }; supports: { style: boolean; }; }; }; export default _default;