import React from 'react';
import { IVeltWireframeCommonProps } from '../../../constants';
export interface IVeltNotificationsToolLabelWireframeProps extends IVeltWireframeCommonProps {
}
export interface IVeltNotificationsToolLabelWireframe extends React.FC<IVeltNotificationsToolLabelWireframeProps> {
}
declare const VeltNotificationsToolLabelWireframe: IVeltNotificationsToolLabelWireframe;
export default VeltNotificationsToolLabelWireframe;
