import React from 'react';
import { IVeltWireframeCommonProps } from '../../../../../../constants';
export interface IVeltNotificationsPanelContentListItemBodyWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltNotificationsPanelContentListItemBodyWireframe extends React.FC<IVeltNotificationsPanelContentListItemBodyWireframeProps> {
}
declare const VeltNotificationsPanelContentListItemBodyWireframe: IVeltNotificationsPanelContentListItemBodyWireframe;
export default VeltNotificationsPanelContentListItemBodyWireframe;
