import React from 'react';
import { IVeltWireframeCommonProps } from '../../../constants';
export interface IVeltRecorderPlayerNameWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltRecorderPlayerNameWireframe extends React.FC<IVeltRecorderPlayerNameWireframeProps> {
}
declare const VeltRecorderPlayerNameWireframe: IVeltRecorderPlayerNameWireframe;
export default VeltRecorderPlayerNameWireframe;
