import { IconProps } from "../../types/misc";
export declare const VolumeMuteIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
