import React from 'react';
import { IVeltNotificationsPanelContentPeopleListItemWireframe } from './VeltNotificationsPanelContentPeopleListItemWireframe/VeltNotificationsPanelContentPeopleListItemWireframe';
import { IVeltWireframeCommonProps } from '../../../../../constants';
export interface IVeltNotificationsPanelContentPeopleListWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltNotificationsPanelContentPeopleListWireframe extends React.FC<IVeltNotificationsPanelContentPeopleListWireframeProps> {
    Item: IVeltNotificationsPanelContentPeopleListItemWireframe;
}
declare const VeltNotificationsPanelContentPeopleListWireframe: IVeltNotificationsPanelContentPeopleListWireframe;
export default VeltNotificationsPanelContentPeopleListWireframe;
