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