import React from 'react';
import { IVeltWireframeCommonProps } from '../../../constants';
export interface IVeltVideoEditorPlayerRetakeButtonWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltVideoEditorPlayerRetakeButtonWireframe extends React.FC<IVeltVideoEditorPlayerRetakeButtonWireframeProps> {
}
declare const VeltVideoEditorPlayerRetakeButtonWireframe: IVeltVideoEditorPlayerRetakeButtonWireframe;
export default VeltVideoEditorPlayerRetakeButtonWireframe;
