import { FC } from "react";
import { SpectrogramProps } from "./Spectrogram.types";
export declare const Spectrogram: FC<SpectrogramProps>;
