declare function chakraUiReact2(): { uiName: string; lib: string; map: { name: string; props: {}; events: never[]; slots: never[]; typeDetail: {}; suggestions: never[]; methods: never[]; link: string; link_zh: string; }[]; }; declare function chakraUiReact2Components(): { map: (string | { name: string; props: {}; events: never[]; slots: never[]; typeDetail: {}; suggestions: never[]; methods: never[]; link: string; link_zh: string; })[][]; isSeperatorByHyphen: boolean; prefix: string; isReact: boolean; lib: string; }; export { chakraUiReact2, chakraUiReact2Components };