import { h } from 'preact'; declare const ProgressBar: ({ videoEl }: { videoEl: HTMLVideoElement; }) => h.JSX.Element; export default ProgressBar;