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