export default function Audios(props: { data: { src: string; }[]; }): import("react/jsx-runtime").JSX.Element;