import { SfLinkVariant } from '../../types/sf-link.type'; import * as i0 from "@angular/core"; export declare class SfLinkComponent { variant: keyof typeof SfLinkVariant; variantClasses: { primary: string; secondary: string; }; get hostClass(): string; dataTestId: string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }