import { OnChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class LinkComponent implements OnChanges { appearance: 'brand' | 'informative' | 'inverted' | 'disabled'; iconName: string; iconsStyle: 'duotone' | 'linear' | 'filled'; iconSize: 'xsm' | 'sm' | 'md' | 'lg' | 'xlg' | 'xxlg' | 'huge' | 'giant' | string; afterIcon: boolean; href: string; size: 'medium' | 'small'; skeleton: boolean; textLink: string; color: string; ngOnChanges(): void; private updateColor; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }