import { FC, PropsWithChildren } from "react"; interface NvTabPaneProps { tabId?: string; className?: string; } declare const NvTabPane: FC>; export default NvTabPane;