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