import React from "react";
import { TabPanelsProps } from "./types";
export declare const TabPanels: React.MemoExoticComponent<({ children, activeTab, ...props }: TabPanelsProps) => JSX.Element>;
