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