import React from 'react'; import { InoTabsProps } from './InoTab.types'; import '../../styles/InoTab.css'; export declare const InoTabs: React.FC;