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