/// <reference types="react" />
import type { Props } from "./types";
declare const TabPanels: ({ children, dataTest }: Props) => JSX.Element;
export default TabPanels;
