import { BooleanInput } from '@angular/cdk/coercion'; import * as i0 from "@angular/core"; import * as i1 from "../../common/sapphire-view-encapsulation"; /** * Links allow users to navigate to a different location. * They can be inlined inside a paragraph or as standalone text. */ export declare class LinkComponent { variant?: 'primary' | 'secondary'; disabled?: BooleanInput; tabindex?: string | null; tabIndex?: string | null; private handleDisableInteraction; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }