import { SvgIconProps } from '@mui/material/SvgIcon'; import { FC } from 'react'; /** * Wrapper that holds all the UI Components for Controls * @category React Component * @category UI Controls * @category Custom Icons */ export declare const VolumeMutedIcon: FC;