import React from 'react';
import { IVeltWireframeCommonProps } from '../../../constants';
export interface IVeltRecorderPlayerAudioWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltRecorderPlayerAudioWireframe extends React.FC<IVeltRecorderPlayerAudioWireframeProps> {
}
declare const VeltRecorderPlayerAudioWireframe: IVeltRecorderPlayerAudioWireframe;
export default VeltRecorderPlayerAudioWireframe;
