import { ReactElement, SVGProps } from 'react'; export default function Audio(props: JSX.IntrinsicAttributes & SVGProps): ReactElement;