import React from 'react';
import { IVeltWireframeCommonProps } from '../../../constants';
export interface IVeltRecorderControlPanelScreenMiniContainerWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltRecorderControlPanelScreenMiniContainerWireframe extends React.FC<IVeltRecorderControlPanelScreenMiniContainerWireframeProps> {
}
declare const VeltRecorderControlPanelScreenMiniContainerWireframe: IVeltRecorderControlPanelScreenMiniContainerWireframe;
export default VeltRecorderControlPanelScreenMiniContainerWireframe;
