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