declare const _default: { snippets: ({ title: string; screenshot: any; schema: { componentName: string; props: { title: string; open: boolean; placement: string; width: number; zIndex: number; height?: undefined; }; children: any[]; }; } | { title: string; screenshot: any; schema: { componentName: string; props: { title: string; open: boolean; placement: string; height: number; zIndex: number; width?: undefined; }; children: any[]; }; })[]; componentName: string; title: string; group: string; category: string; npm: { package: string; exportName: string; main: string; destructuring: boolean; subName: string; }; props: ({ title: string; display: string; type: string; items: ({ name: string; setter: { componentName: string; initialValue: string; }; title: { label: { type: string; zh_CN: string; en_US: string; }; tip: { type: string; zh_CN: string; en_US: string; }; }; propType?: undefined; defaultValue?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; setter: (string | { componentName: string; title: string; initialValue: { type: string; value: any[]; }; })[]; defaultValue?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; defaultValue: boolean; setter: string; })[]; } | { title: string; display: string; type: string; items: ({ name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; defaultValue: string; setter: { componentName: string; props: { options: { title: string; value: string; }[]; }; initialValue?: undefined; }; } | { name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; setter: { componentName: string; initialValue: string; props: { options: { title: string; value: string; }[]; }; }; defaultValue?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; setter: string[]; defaultValue?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: string; defaultValue?: undefined; })[]; } | { title: string; display: string; type: string; items: { name: string; title: { label: string; tip: string; }; propType: string; setter: { componentName: string; title: string; initialValue: { type: string; value: { componentName: string; props: { type: string; size: number; }; }[]; }; }; }[]; } | { title: string; display: string; type: string; items: ({ name: string; title: { label: string; tip: string; }; propType: string; setter: string; type?: undefined; extraProps?: undefined; items?: undefined; } | { name: string; title: string; type: string; extraProps: { display: string; }; items: { name: string; title: { label: string; tip: string; }; setter: string; extraProps: { display: string; }; }[]; propType?: undefined; setter?: undefined; })[]; })[]; configure: { component: { isContainer: boolean; isModal: boolean; nestingRule: { parentWhitelist: string[]; }; }; supports: { style: boolean; events: { name: string; description: string; template: string; }[]; }; }; }; export default _default;