import React from 'react';
import { IVeltWireframeCommonProps } from '../../../constants';
export interface IVeltRecorderPlayerEditButtonWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltRecorderPlayerEditButtonWireframe extends React.FC<IVeltRecorderPlayerEditButtonWireframeProps> {
}
declare const VeltRecorderPlayerEditButtonWireframe: IVeltRecorderPlayerEditButtonWireframe;
export default VeltRecorderPlayerEditButtonWireframe;
