import { ThemePart } from '../types'; declare module '@mui/material/Chip' { } export declare const tooltipThemePart: ThemePart<'MuiTooltip'>;