import React from 'react';
import { IVeltWireframeCommonProps } from '../../../../../../../constants';
export interface IVeltNotificationsPanelContentPeopleListItemCountWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltNotificationsPanelContentPeopleListItemCountWireframe extends React.FC<IVeltNotificationsPanelContentPeopleListItemCountWireframeProps> {
}
declare const VeltNotificationsPanelContentPeopleListItemCountWireframe: IVeltNotificationsPanelContentPeopleListItemCountWireframe;
export default VeltNotificationsPanelContentPeopleListItemCountWireframe;
