import React from 'react';
import { InteractiveVideoProps } from '../types';
export declare const InteractiveVideo: React.FC<InteractiveVideoProps>;
