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