import { Signal } from '@preact/signals'; interface PlayheadProps { seeking: Signal; } export declare function Playhead({ seeking }: PlayheadProps): import("preact").JSX.Element; export {}; //# sourceMappingURL=Playhead.d.ts.map