import { type BaseProps } from "@stratakit/foundations/secret-internals"; import type Tabs from "@mui/material/Tabs"; type TabsProps = React.ComponentProps; interface MuiTabsProps extends BaseProps<"div">, Pick { } declare const MuiTabs: import("react").ForwardRefExoticComponent>; declare const MuiTab: import("react").ForwardRefExoticComponent & Omit, HTMLButtonElement>, "ref">, "render"> & import("react").RefAttributes>; export { MuiTab, MuiTabs };