import * as React from 'react'; import { ReactElement } from 'react'; import { TabsProps } from '@mui/material/Tabs'; import { TabProps } from './Tab'; export declare const TabbedShowLayoutTabs: ({ children, syncWithLocation, value, ...rest }: TabbedShowLayoutTabsProps) => React.JSX.Element; export declare const getShowLayoutTabFullPath: (tab: any, index: any) => string; export interface TabbedShowLayoutTabsProps extends TabsProps { children?: ReactElement; syncWithLocation?: boolean; } //# sourceMappingURL=TabbedShowLayoutTabs.d.ts.map