declare function headlessuiReact2(): { uiName: string; lib: string; map: { name: string; props: { as: { default: string; value: string; type: string; description: string; description_zh: string; }; }; link: string; link_zh: string; typeDetail: {}; events: never[]; methods: never[]; slots: never[]; suggestions: string[]; filename: string; }[]; }; declare function headlessuiReact2Components(): { map: (string | { name: string; props: { as: { default: string; value: string; type: string; description: string; description_zh: string; }; }; link: string; link_zh: string; typeDetail: {}; events: never[]; methods: never[]; slots: never[]; suggestions: string[]; filename: string; })[][]; isSeperatorByHyphen: boolean; prefix: string; isReact: boolean; lib: string; }; export { headlessuiReact2, headlessuiReact2Components };