import { FC } from 'react';
import { Props } from './TabPanel.types';
import './TabPanel.style.scss';
/**
 * The TabPanel Component
 * @deprecated Use the equivalent from momentum.design (NPM: `@momentum-design/components/dist/react`)
 */
export declare const TabPanel: FC<Props>;
export default TabPanel;
