import React from 'react';
import { IVeltWireframeCommonProps } from '../../../../../constants';
export interface IVeltTranscriptionContentItemTimeWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltTranscriptionContentItemTimeWireframe extends React.FC<IVeltTranscriptionContentItemTimeWireframeProps> {
}
declare const VeltTranscriptionContentItemTimeWireframe: IVeltTranscriptionContentItemTimeWireframe;
export default VeltTranscriptionContentItemTimeWireframe;
