import React from 'react'; import { TabCellUnderlineProps, TabCellUnderlineRef } from './type'; declare const TabCellUnderline: React.ForwardRefExoticComponent>; export default TabCellUnderline;