import { default as TabPanel } from './TabPanel';
import * as CONSTANTS from './TabPanel.constants';
import { Props } from './TabPanel.types';
export { CONSTANTS as TAB_PANEL_CONSTANTS };
export type TabPanelProps = Props;
export default TabPanel;
