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