import React from 'react';
export interface IVeltCommentPinIndexProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
    annotationId?: string;
    defaultCondition?: boolean;
}
declare const VeltCommentPinIndex: React.FC<IVeltCommentPinIndexProps>;
export default VeltCommentPinIndex;
