/// interface Props { tabs: Array<{ name: string; content: React.ReactElement; }>; } export default function Tabs(props: Props): JSX.Element; export {}; //# sourceMappingURL=Tabs.d.ts.map