import type { TabbedPanelProps } from './TabbedPanel.types';
declare const TabbedPanel: ({ tabs, size, buttonVariant, activatedTab, TabPanelProps, TabProps, TabsProps, menuVariant, onActivatedTab, onTabChangeListener, }: TabbedPanelProps) => import("react/jsx-runtime").JSX.Element;
export default TabbedPanel;
