import React from "react"; import { TabProps as MuiTabProps } from "@mui/material/Tab"; export type TabProps = Pick; export declare const Tab: React.FC;