import { IAudio } from "./types"; export default function Audio(props: IAudio): import("react/jsx-runtime").JSX.Element;