declare const _default: { snippets: { title: string; screenshot: string; schema: { componentName: string; props: {}; }; isH5Mode: boolean; }[]; componentName: string; category: string; group: string; title: string; docUrl: string; screenshot: string; devMode: string; npm: { package: string; version: string; exportName: string; main: string; destructuring: boolean; subName: string; }; configure: { props: { title: string; name: string; setter: { componentName: string; props: { dataSource: { label: string; value: string; }[]; options: { label: string; value: string; }[]; }; isRequired: boolean; initialValue: string; }; }[]; supports: { className: boolean; style: boolean; }; component: {}; }; }; export default _default;