export default IconMuteFill;
declare var IconMuteFill: React.ForwardRefExoticComponent<Omit<any, "ref"> & React.RefAttributes<any>>;
import React from 'react';
