import React from "react"; import { SxProps } from "@mui/material"; declare const Audio: React.FC>; export default Audio; export declare const AudioPlaceholder: ({ sx, containerSx, }: { sx?: SxProps; containerSx?: SxProps; }) => React.JSX.Element;