import React from 'react'; interface TabItem { name: string; href: string; icon: React.ReactNode; } interface Props { tabs?: TabItem[]; } declare const BottomTab: React.FC; export default BottomTab; //# sourceMappingURL=BottomTab.d.ts.map