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