import React from 'react';
import { IVeltWireframeCommonProps } from '../../../constants';
export interface IVeltRecorderAllToolMenuScreenWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltRecorderAllToolMenuScreenWireframe extends React.FC<IVeltRecorderAllToolMenuScreenWireframeProps> {
}
declare const VeltRecorderAllToolMenuScreenWireframe: IVeltRecorderAllToolMenuScreenWireframe;
export default VeltRecorderAllToolMenuScreenWireframe;
