import React from 'react';
import { IVeltWireframeCommonProps } from '../../../../constants';
export interface IVeltTranscriptionCopyLinkButtonWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltTranscriptionCopyLinkButtonWireframe extends React.FC<IVeltTranscriptionCopyLinkButtonWireframeProps> {
}
declare const VeltTranscriptionCopyLinkButtonWireframe: IVeltTranscriptionCopyLinkButtonWireframe;
export default VeltTranscriptionCopyLinkButtonWireframe;
