import { default as React } from 'react'; import { TabCaptionProps } from '../../types/defaultComponents'; declare const TabCaption: React.FC; export default TabCaption;