import React from 'react';
import { IVeltWireframeCommonProps } from '../../../constants';
export interface IVeltRecorderPlayerExpandedTranscriptionWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltRecorderPlayerExpandedTranscriptionWireframe extends React.FC<IVeltRecorderPlayerExpandedTranscriptionWireframeProps> {
}
declare const VeltRecorderPlayerExpandedTranscriptionWireframe: IVeltRecorderPlayerExpandedTranscriptionWireframe;
export default VeltRecorderPlayerExpandedTranscriptionWireframe;
