import React from 'react';
import { IVeltWireframeCommonProps } from '../../../constants';
export interface IVeltRecorderPlayerCopyLinkWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltRecorderPlayerCopyLinkWireframe extends React.FC<IVeltRecorderPlayerCopyLinkWireframeProps> {
}
declare const VeltRecorderPlayerCopyLinkWireframe: IVeltRecorderPlayerCopyLinkWireframe;
export default VeltRecorderPlayerCopyLinkWireframe;
