import React from 'react';
import { IVeltWireframeCommonProps } from '../../../../../../constants';
export interface IVeltNotificationsPanelContentListItemAvatarWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltNotificationsPanelContentListItemAvatarWireframe extends React.FC<IVeltNotificationsPanelContentListItemAvatarWireframeProps> {
}
declare const VeltNotificationsPanelContentListItemAvatarWireframe: IVeltNotificationsPanelContentListItemAvatarWireframe;
export default VeltNotificationsPanelContentListItemAvatarWireframe;
