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