import { FC } from 'react';
declare const MediaToolbar: FC<JSX.IntrinsicElements['div']>;
export default MediaToolbar;
