import React from 'react';
import { IVeltWireframeCommonProps } from '../../../constants';
export interface IVeltRecorderPlayerVideoWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltRecorderPlayerVideoWireframe extends React.FC<IVeltRecorderPlayerVideoWireframeProps> {
}
declare const VeltRecorderPlayerVideoWireframe: IVeltRecorderPlayerVideoWireframe;
export default VeltRecorderPlayerVideoWireframe;
