import { OnInit } from '@angular/core';
import { SdsLinkDirective } from './sds-link.directive';
import * as i0 from "@angular/core";
export declare class SdsStandaloneLinkDirective extends SdsLinkDirective implements OnInit {
    content?: string;
    ngOnInit(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<SdsStandaloneLinkDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<SdsStandaloneLinkDirective, "[sdsStandaloneLink]", never, { "content": { "alias": "sdsStandaloneLink"; "required": false; }; }, {}, never, never, false, never>;
}
