import React from 'react';
import { IVeltWireframeCommonProps } from '../../../constants';
export interface IVeltRecorderPlayerExpandedDisplayWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltRecorderPlayerExpandedDisplayWireframe extends React.FC<IVeltRecorderPlayerExpandedDisplayWireframeProps> {
}
declare const VeltRecorderPlayerExpandedDisplayWireframe: IVeltRecorderPlayerExpandedDisplayWireframe;
export default VeltRecorderPlayerExpandedDisplayWireframe;
