declare const _default: { snippets: { title: string; screenshot: string; schema: { componentName: string; props: {}; }; isH5Mode: boolean; }[]; componentName: string; title: string; category: string; group: string; docUrl: string; screenshot: string; devMode: string; npm: { package: string; version: string; exportName: string; main: string; destructuring: boolean; subName: string; }; configure: { props: ({ name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; setter: string[]; } | { title: string; name: string; setter: { componentName: string; props: { mode: string; }; isRequired: boolean; initialValue: { type: string; value: any[]; }; }; propType?: undefined; } | { title: string; name: string; setter: { componentName: string; props: { mode: string; }; isRequired: boolean; initialValue: boolean; }; propType?: undefined; })[]; supports: { events: { name: string; }[]; className: boolean; style: boolean; }; component: {}; }; }; export default _default;