import React from 'react';
import { IVeltWireframeCommonProps } from '../../../constants';
export interface IVeltSingleEditorModePanelRejectRequestWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltSingleEditorModePanelRejectRequestWireframe extends React.FC<IVeltSingleEditorModePanelRejectRequestWireframeProps> {
}
declare const VeltSingleEditorModePanelRejectRequestWireframe: IVeltSingleEditorModePanelRejectRequestWireframe;
export default VeltSingleEditorModePanelRejectRequestWireframe;
