import React from 'react';
import { IVeltWireframeCommonProps } from '../../../../../../../constants';
export interface IVeltNotificationsPanelContentAllListItemContentWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltNotificationsPanelContentAllListItemContentWireframe extends React.FC<IVeltNotificationsPanelContentAllListItemContentWireframeProps> {
}
declare const VeltNotificationsPanelContentAllListItemContentWireframe: IVeltNotificationsPanelContentAllListItemContentWireframe;
export default VeltNotificationsPanelContentAllListItemContentWireframe;
