import React from 'react';
import { IVeltWireframeCommonProps } from '../../../../../../../constants';
export interface IVeltNotificationsPanelContentPeopleListItemAvatarWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltNotificationsPanelContentPeopleListItemAvatarWireframe extends React.FC<IVeltNotificationsPanelContentPeopleListItemAvatarWireframeProps> {
}
declare const VeltNotificationsPanelContentPeopleListItemAvatarWireframe: IVeltNotificationsPanelContentPeopleListItemAvatarWireframe;
export default VeltNotificationsPanelContentPeopleListItemAvatarWireframe;
