import React from 'react';
import { IVeltWireframeCommonProps } from '../../../../../../../constants';
export interface IVeltNotificationsPanelContentDocumentsListItemCountWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltNotificationsPanelContentDocumentsListItemCountWireframe extends React.FC<IVeltNotificationsPanelContentDocumentsListItemCountWireframeProps> {
}
declare const VeltNotificationsPanelContentDocumentsListItemCountWireframe: IVeltNotificationsPanelContentDocumentsListItemCountWireframe;
export default VeltNotificationsPanelContentDocumentsListItemCountWireframe;
