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