import React from 'react';
import { IVeltWireframeCommonProps } from '../../../../../../../constants';
export interface IVeltNotificationsPanelContentDocumentsListItemContentWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltNotificationsPanelContentDocumentsListItemContentWireframe extends React.FC<IVeltNotificationsPanelContentDocumentsListItemContentWireframeProps> {
}
declare const VeltNotificationsPanelContentDocumentsListItemContentWireframe: IVeltNotificationsPanelContentDocumentsListItemContentWireframe;
export default VeltNotificationsPanelContentDocumentsListItemContentWireframe;
