export interface SpectrogramProps {
    fftVizData: Array<number>;
    color: string;
    height: number;
    width: number;
}
