import React from 'react';
interface WaveformIconProps {
    height?: number;
    width?: number;
    lineColor?: string;
    bgColor?: string;
}
export declare const WaveformIcon: React.FC<WaveformIconProps>;
export {};
