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