import React from 'react';
import { IVeltWireframeCommonProps } from '../../../../../../constants';
export interface IVeltNotificationsPanelContentListItemTimeWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltNotificationsPanelContentListItemTimeWireframe extends React.FC<IVeltNotificationsPanelContentListItemTimeWireframeProps> {
}
declare const VeltNotificationsPanelContentListItemTimeWireframe: IVeltNotificationsPanelContentListItemTimeWireframe;
export default VeltNotificationsPanelContentListItemTimeWireframe;
