import React from "react"; export interface TabPanelGroupProps { children?: React.ReactNode; } /** * @deprecated TabUI instead */ export declare const TabPanelGroup: ({ children }: TabPanelGroupProps) => import("@emotion/react/jsx-runtime").JSX.Element;