import { type Props } from '@theme-init/CodeBlock'; declare function useVideoHighlight(props: Props): { metastring: string | undefined; handleTimeChange: ((time: number) => void) | undefined; hasHighlight: boolean; }; export default useVideoHighlight;