import React from 'react';
import { IVeltWireframeCommonProps } from '../../../../../../../constants';
export interface IVeltNotificationsPanelContentPeopleListItemNameWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltNotificationsPanelContentPeopleListItemNameWireframe extends React.FC<IVeltNotificationsPanelContentPeopleListItemNameWireframeProps> {
}
declare const VeltNotificationsPanelContentPeopleListItemNameWireframe: IVeltNotificationsPanelContentPeopleListItemNameWireframe;
export default VeltNotificationsPanelContentPeopleListItemNameWireframe;
