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