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