import { TabPanelOwnProps } from '@mui/base/TabPanel'; import { BoxProps } from '../Box'; import React from 'react'; export declare const TabPanel: React.ForwardRefExoticComponent & { sx?: BoxProps["sx"]; }, "sx" | "key" | keyof TabPanelOwnProps> & React.RefAttributes>;