import React from 'react';
import { IVeltWireframeCommonProps } from '../../../../constants';
export interface IVeltTranscriptionCopyLinkTooltipWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltTranscriptionCopyLinkTooltipWireframe extends React.FC<IVeltTranscriptionCopyLinkTooltipWireframeProps> {
}
declare const VeltTranscriptionCopyLinkTooltipWireframe: IVeltTranscriptionCopyLinkTooltipWireframe;
export default VeltTranscriptionCopyLinkTooltipWireframe;
