import React from 'react'; import { TabCellProps, TabCellRef } from './type'; declare const TabCell: React.ForwardRefExoticComponent>; export default TabCell;