import { FC, HTMLAttributes, HTMLProps } from "react"; declare type Type = FC> & { as?: string; }>; declare const Audio: Type & { Clip: Type; MusicRecording: Type; AudioObject: Type; }; export { Audio };