import * as React from 'react'; import { TabPanelProps } from './TabPanel.types'; /** * * Demos: * * - [Tabs](https://base-ui.netlify.app/components/react-tabs/) * * API: * * - [TabPanel API](https://base-ui.netlify.app/components/react-tabs/#api-reference-TabPanel) */ declare const TabPanel: React.ForwardRefExoticComponent>; export { TabPanel };