import React from 'react'; import type { OldBoxTabProps } from './converter.old'; export type BoxTabProps = OldBoxTabProps; export declare const BoxTab: React.ForwardRefExoticComponent>;