import { TabPaneProps } from "./tabPane"; export interface TabViewProps { tabs: TabPaneProps[]; onChange: (value: string) => void; value?: string; } export declare const TabView: () => void; //# sourceMappingURL=tabView.d.ts.map