import React from 'react'; import type { OldPanelTabProps } from './converter.old'; export type PanelTabProps = OldPanelTabProps; export declare const PanelTab: React.FC;