import { CmsLinkComponent } from '@spartacus/core'; import { Observable } from 'rxjs'; import { CmsComponentData } from '../../../cms-structure/page/model/cms-component-data'; import * as i0 from "@angular/core"; export declare class LinkComponent { protected component: CmsComponentData; styleClasses: string; data$: Observable; constructor(component: CmsComponentData); /** * Returns `_blank` to force opening the link in a new window whenever the * `data.target` flag is set to `true`. */ getTarget(data: CmsLinkComponent): string | null; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }