import React from 'react';
import { IVeltWireframeCommonProps } from '../../../constants';
export interface IVeltCursorPointerVideoHuddleWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltCursorPointerVideoHuddleWireframe extends React.FC<IVeltCursorPointerVideoHuddleWireframeProps> {
}
declare const VeltCursorPointerVideoHuddleWireframe: IVeltCursorPointerVideoHuddleWireframe;
export default VeltCursorPointerVideoHuddleWireframe;
