import React from 'react';
import { IVeltWireframeCommonProps } from '../../../../../../../constants';
export interface IVeltNotificationsPanelContentDocumentsListItemNameWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltNotificationsPanelContentDocumentsListItemNameWireframe extends React.FC<IVeltNotificationsPanelContentDocumentsListItemNameWireframeProps> {
}
declare const VeltNotificationsPanelContentDocumentsListItemNameWireframe: IVeltNotificationsPanelContentDocumentsListItemNameWireframe;
export default VeltNotificationsPanelContentDocumentsListItemNameWireframe;
