import React from 'react';
import { IVeltWireframeCommonProps } from '../../constants';
export interface IVeltRecorderVideoToolWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltRecorderVideoToolWireframe extends React.FC<IVeltRecorderVideoToolWireframeProps> {
}
declare const VeltRecorderVideoToolWireframe: IVeltRecorderVideoToolWireframe;
export default VeltRecorderVideoToolWireframe;
