import { ElementRef, Renderer2 } from '@angular/core'; import * as i0 from "@angular/core"; export declare class NglButtonStateOn { private el; private renderer; /** * LDS name of the icon. * Names are written in the format 'utility:down' where 'utility' is the category, and 'down' is the specific icon to be displayed. */ iconName: string; constructor(el: ElementRef, renderer: Renderer2); protected getHostClass(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class NglButtonStateOff extends NglButtonStateOn { protected getHostClass(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class NglButtonStateHover extends NglButtonStateOn { protected getHostClass(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }