import React from 'react';
export interface IVeltNotificationsToolIconProps extends React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> {
    defaultCondition?: boolean;
}
declare const VeltNotificationsToolIcon: React.FC<IVeltNotificationsToolIconProps>;
export default VeltNotificationsToolIcon;
