import * as i0 from '@angular/core'; import { Renderer2, ElementRef } from '@angular/core'; import { Icon } from '@ni/nimble-components/dist/esm/icon-base'; export { Icon } from '@ni/nimble-components/dist/esm/icon-base'; import { IconSeverity } from '@ni/nimble-components/dist/esm/icon-base/types'; export { IconSeverity } from '@ni/nimble-components/dist/esm/icon-base/types'; /** * Base class for the spright icon directives */ declare class SprightIconBaseDirective { private readonly renderer; private readonly elementRef; get severity(): IconSeverity; set severity(value: IconSeverity); constructor(renderer: Renderer2, elementRef: ElementRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export { SprightIconBaseDirective };