import { FC } from 'react';
import { BlockRenderProps } from '../../types';
declare const Audio: FC<BlockRenderProps>;
export default Audio;
