import * as i0 from "@angular/core"; /** * Directive to be added to native "a" elements to style them as GOV.UK back links. * * @selector a[ngxGovukBackLink] */ export declare class NgxGovukBackLink { get className(): string; /** * Inverse the button colour scheme for use when placed on dark backgrounds. * * @initialValue false */ inversed: import("@angular/core").InputSignal; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }