import React from 'react';
import { IVeltWireframeCommonProps } from '../../../../../../../constants';
export interface IVeltNotificationsPanelContentPeopleListItemContentWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltNotificationsPanelContentPeopleListItemContentWireframe extends React.FC<IVeltNotificationsPanelContentPeopleListItemContentWireframeProps> {
}
declare const VeltNotificationsPanelContentPeopleListItemContentWireframe: IVeltNotificationsPanelContentPeopleListItemContentWireframe;
export default VeltNotificationsPanelContentPeopleListItemContentWireframe;
