/// <reference types="react" />
import { ControlBarButtonProps } from "../../../../../react-components/src";
/**
 * @private
 */
export interface ChatButtonWithUnreadMessagesBadgeProps extends ControlBarButtonProps {
    unreadChatMessagesCount: number;
    hideUnreadChatMessagesBadge?: boolean;
    newMessageLabel: string;
}
/**
 * @private
 */
export declare const ChatButtonWithUnreadMessagesBadge: (props: ChatButtonWithUnreadMessagesBadgeProps) => JSX.Element;
//# sourceMappingURL=ChatButtonWithUnreadMessagesBadge.d.ts.map