import { ElementRef, Renderer2 } from '@angular/core'; import * as i0 from "@angular/core"; /** * Directive to be added to native "a" or "button" elements * * @selector a[ngxGovukButton],button[ngxGovukButton] */ export declare class NgxGovukButton { private elementRef; private renderer; get className(): string; /** * The type / purpose of the button. */ buttonType: import("@angular/core").InputSignal<"secondary" | "warning" | "start" | undefined>; /** * Inverse the button colour scheme for use when placed on dark backgrounds. * * @initialValue false */ inversed: import("@angular/core").InputSignal; constructor(elementRef: ElementRef, renderer: Renderer2); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }