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