import React from 'react';
import { IVeltWireframeCommonProps } from '../../../constants';
export interface IVeltRecorderPlayerExpandedCopyLinkWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltRecorderPlayerExpandedCopyLinkWireframe extends React.FC<IVeltRecorderPlayerExpandedCopyLinkWireframeProps> {
}
declare const VeltRecorderPlayerExpandedCopyLinkWireframe: IVeltRecorderPlayerExpandedCopyLinkWireframe;
export default VeltRecorderPlayerExpandedCopyLinkWireframe;
