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