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