import React from 'react';
export interface IVeltNotificationsPanelContentPeopleListItemCountProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
    notificationIndex?: string;
    defaultCondition?: boolean;
    data?: any;
}
declare const VeltNotificationsPanelContentPeopleListItemCount: React.FC<IVeltNotificationsPanelContentPeopleListItemCountProps>;
export default VeltNotificationsPanelContentPeopleListItemCount;
