import * as React from 'react';
import type { TabPanelProps } from "./types.js";
import "./TabPanel.css";
export declare const TabPanel: React.ForwardRefExoticComponent<TabPanelProps & React.RefAttributes<HTMLDivElement>>;
