import React from 'react'; import type { OldLineTabComponentProps, OldLineTabProps } from './converter.old'; export type LineTabProps = OldLineTabProps; export type LineTabComponentProps = OldLineTabComponentProps; export declare const LineTab: React.FC;