import React from 'react';
import { IVeltWireframeCommonProps } from '../../../constants';
export interface IVeltRecorderPlayerTimeWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltRecorderPlayerTimeWireframe extends React.FC<IVeltRecorderPlayerTimeWireframeProps> {
}
declare const VeltRecorderPlayerTimeWireframe: IVeltRecorderPlayerTimeWireframe;
export default VeltRecorderPlayerTimeWireframe;
