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