import React from 'react';
import { IVeltWireframeCommonProps } from '../../../constants';
export interface IVeltRecorderPlayerAvatarWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltRecorderPlayerAvatarWireframe extends React.FC<IVeltRecorderPlayerAvatarWireframeProps> {
}
declare const VeltRecorderPlayerAvatarWireframe: IVeltRecorderPlayerAvatarWireframe;
export default VeltRecorderPlayerAvatarWireframe;
