import React from 'react';
import { IVeltWireframeCommonProps } from '../../../constants';
export interface IVeltCursorPointerAvatarWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltCursorPointerAvatarWireframe extends React.FC<IVeltCursorPointerAvatarWireframeProps> {
}
declare const VeltCursorPointerAvatarWireframe: IVeltCursorPointerAvatarWireframe;
export default VeltCursorPointerAvatarWireframe;
