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