import React from "react";
export interface TabPanelsProps {
    contribParams?: Record<string | number | symbol, unknown>;
}
export declare const TabPanels: React.FC<React.PropsWithChildren<TabPanelsProps>>;
