import type { SVGProps } from "react"; export interface VolumeMinusIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function VolumeMinusIcon({ className, size, color, ...props }: VolumeMinusIconProps): import("react").JSX.Element; //# sourceMappingURL=volume-minus-icon.d.ts.map