import React from 'react';
import { IVeltWireframeCommonProps } from '../../../constants';
export interface IVeltTranscriptionTooltipWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltTranscriptionTooltipWireframe extends React.FC<IVeltTranscriptionTooltipWireframeProps> {
}
declare const VeltTranscriptionTooltipWireframe: IVeltTranscriptionTooltipWireframe;
export default VeltTranscriptionTooltipWireframe;
