import React from 'react';
import { IVeltWireframeCommonProps } from '../../../constants';
import { IVeltCursorPointerAudioHuddleAvatarWireframe } from './VeltCursorPointerAudioHuddleAvatarWireframe/VeltCursorPointerAudioHuddleAvatarWireframe';
import { IVeltCursorPointerAudioHuddleAudioWireframe } from './VeltCursorPointerAudioHuddleAudioWireframe/VeltCursorPointerAudioHuddleAudioWireframe';
export interface IVeltCursorPointerAudioHuddleWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltCursorPointerAudioHuddleWireframe extends React.FC<IVeltCursorPointerAudioHuddleWireframeProps> {
    Avatar: IVeltCursorPointerAudioHuddleAvatarWireframe;
    Audio: IVeltCursorPointerAudioHuddleAudioWireframe;
}
declare const VeltCursorPointerAudioHuddleWireframe: IVeltCursorPointerAudioHuddleWireframe;
export default VeltCursorPointerAudioHuddleWireframe;
