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