* Profile Settings
* Manage your profile information here.
*
* ```
*/
Panel: {
({ children, ref, shouldForceMount, ...props }: import('./tabs.types').TabPanelProps): import("react/jsx-runtime").JSX.Element;
displayName: string;
};
};
export type { TabsProps, TabListProps, TabProps, TabPanelsProps, TabPanelProps, TabItemProps, } from './tabs.types';
/**
* todo: get rid of this, this is needed for the react-docgen-typescript script
* that is parsing the typescript types for our documentation. The _ underscores
* serve as a reminder that this exports are awkward and should not be used.
*/
export { TabsRoot as _TabsRoot, TabsList as _TabsList, TabsTab as _TabsTab, TabsPanels as _TabsPanels, TabsPanel as _TabsPanel, };