import type { SxProps } from '@mui/material'; import type { ReactNode } from 'react'; export interface LeftPeekRightExpandingChipProps { icons: ReactNode[]; expandedZIndex?: number; sx?: SxProps; }