import React from 'react';
import { IVeltWireframeCommonProps } from '../../../constants';
export interface IVeltRecorderPlayerTranscriptionWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltRecorderPlayerTranscriptionWireframe extends React.FC<IVeltRecorderPlayerTranscriptionWireframeProps> {
}
declare const VeltRecorderPlayerTranscriptionWireframe: IVeltRecorderPlayerTranscriptionWireframe;
export default VeltRecorderPlayerTranscriptionWireframe;
