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