declare const _default: { componentName: string; title: string; category: string; npm: { package: string; version: string; exportName: string; main: string; destructuring: boolean; subName: string; }; props: { name: string; setter: { componentName: string; initialValue: string; }; title: { label: string; tip: string; }; }[]; configure: { component: { isContainer: boolean; nestingRule: { parentWhitelist: string[]; }; }; }; }; export default _default;