import React from 'react';
import { IVeltWireframeCommonProps } from '../../../../constants';
export interface IVeltNotificationsPanelHeaderTabPeopleWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltNotificationsPanelHeaderTabPeopleWireframe extends React.FC<IVeltNotificationsPanelHeaderTabPeopleWireframeProps> {
}
declare const VeltNotificationsPanelHeaderTabPeopleWireframe: IVeltNotificationsPanelHeaderTabPeopleWireframe;
export default VeltNotificationsPanelHeaderTabPeopleWireframe;
