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