import React from 'react';
import { IVeltWireframeCommonProps } from '../../../constants';
export interface IVeltRecorderAllToolMenuVideoWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltRecorderAllToolMenuVideoWireframe extends React.FC<IVeltRecorderAllToolMenuVideoWireframeProps> {
}
declare const VeltRecorderAllToolMenuVideoWireframe: IVeltRecorderAllToolMenuVideoWireframe;
export default VeltRecorderAllToolMenuVideoWireframe;
