import React from 'react';
import { IVeltWireframeCommonProps } from '../../../constants';
export interface IVeltRecorderControlPanelScreenWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltRecorderControlPanelScreenWireframe extends React.FC<IVeltRecorderControlPanelScreenWireframeProps> {
}
declare const VeltRecorderControlPanelScreenWireframe: IVeltRecorderControlPanelScreenWireframe;
export default VeltRecorderControlPanelScreenWireframe;
