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