import React from 'react';
import { NuitralTabsProp } from './types';
declare const Tabs: React.FC<Partial<NuitralTabsProp>>;
export default Tabs;
