import React from 'react';
import { IVeltWireframeCommonProps } from '../../../../constants';
export interface IVeltCursorPointerAudioHuddleAudioWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltCursorPointerAudioHuddleAudioWireframe extends React.FC<IVeltCursorPointerAudioHuddleAudioWireframeProps> {
}
declare const VeltCursorPointerAudioHuddleAudioWireframe: IVeltCursorPointerAudioHuddleAudioWireframe;
export default VeltCursorPointerAudioHuddleAudioWireframe;
