import React from 'react';
import { IVeltWireframeCommonProps } from '../../../constants';
export interface IVeltNotificationsToolUnreadCountWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltNotificationsToolUnreadCountWireframe extends React.FC<IVeltNotificationsToolUnreadCountWireframeProps> {
}
declare const VeltNotificationsToolUnreadCountWireframe: IVeltNotificationsToolUnreadCountWireframe;
export default VeltNotificationsToolUnreadCountWireframe;
