import { HTMLAttributes } from "react";
export declare const useAudio: () => HTMLAttributes<HTMLAudioElement>;
