import React from 'react';
import { IVeltWireframeCommonProps } from '../../../constants';
export interface IVeltNotificationsToolIconWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltNotificationsToolIconWireframe extends React.FC<IVeltNotificationsToolIconWireframeProps> {
}
declare const VeltNotificationsToolIconWireframe: IVeltNotificationsToolIconWireframe;
export default VeltNotificationsToolIconWireframe;
