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