import React from 'react';
import { IVeltWireframeCommonProps } from '../../../constants';
export interface IVeltTranscriptionPanelContainerWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltTranscriptionPanelContainerWireframe extends React.FC<IVeltTranscriptionPanelContainerWireframeProps> {
}
declare const VeltTranscriptionPanelContainerWireframe: IVeltTranscriptionPanelContainerWireframe;
export default VeltTranscriptionPanelContainerWireframe;
