import React from 'react';
import { IVeltWireframeCommonProps } from '../../../constants';
export interface IVeltSingleEditorModePanelViewerTextWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltSingleEditorModePanelViewerTextWireframe extends React.FC<IVeltSingleEditorModePanelViewerTextWireframeProps> {
}
declare const VeltSingleEditorModePanelViewerTextWireframe: IVeltSingleEditorModePanelViewerTextWireframe;
export default VeltSingleEditorModePanelViewerTextWireframe;
