declare const _default: { snippets: { title: string; screenshot: string; schema: { componentName: string; props: { title: string; okType: string; okText: string; cancelText: string; }; children: { componentName: string; props: { children: string; }; }; }; }[]; componentName: string; title: string; group: string; category: string; props: ({ name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; setter?: undefined; supportVariable?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: string; supportVariable: boolean; } | { name: string; title: { label: string; tip: string; }; propType: string; setter?: undefined; supportVariable?: undefined; })[]; npm: { package: string; version: string; exportName: string; main: string; destructuring: boolean; subName: string; }; configure: { configure: { props: { isExtends: boolean; }; }; component: { isContainer: boolean; }; supports: { style: boolean; events: { name: string; description: string; template: string; }[]; }; }; }; export default _default;