import { Audio } from "./audio";
export type { TaroAudioProps as AudioProps } from "../../types";
export default Audio;
