import React from 'react';
import { IVeltNotificationsPanelContentPeopleListItemAvatarWireframe } from './VeltNotificationsPanelContentPeopleListItemAvatarWireframe/VeltNotificationsPanelContentPeopleListItemAvatarWireframe';
import { IVeltNotificationsPanelContentPeopleListItemContentWireframe } from './VeltNotificationsPanelContentPeopleListItemContentWireframe/VeltNotificationsPanelContentPeopleListItemContentWireframe';
import { IVeltNotificationsPanelContentPeopleListItemCountWireframe } from './VeltNotificationsPanelContentPeopleListItemCountWireframe/VeltNotificationsPanelContentPeopleListItemCountWireframe';
import { IVeltNotificationsPanelContentPeopleListItemNameWireframe } from './VeltNotificationsPanelContentPeopleListItemNameWireframe/VeltNotificationsPanelContentPeopleListItemNameWireframe';
import { IVeltWireframeCommonProps } from '../../../../../../constants';
export interface IVeltNotificationsPanelContentPeopleListItemWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltNotificationsPanelContentPeopleListItemWireframe extends React.FC<IVeltNotificationsPanelContentPeopleListItemWireframeProps> {
    Avatar: IVeltNotificationsPanelContentPeopleListItemAvatarWireframe;
    Name: IVeltNotificationsPanelContentPeopleListItemNameWireframe;
    Count: IVeltNotificationsPanelContentPeopleListItemCountWireframe;
    Content: IVeltNotificationsPanelContentPeopleListItemContentWireframe;
}
declare const VeltNotificationsPanelContentPeopleListItemWireframe: IVeltNotificationsPanelContentPeopleListItemWireframe;
export default VeltNotificationsPanelContentPeopleListItemWireframe;
