import { TabPanelProps } from './types';
export declare const TabPanel: ({ id, children, ...props }: TabPanelProps) => import("react/jsx-runtime").JSX.Element | null;
export default TabPanel;
