/** * @slot - Unnamed slot. For a link element. Eg. <a>. */ export declare class TdsLink { host: HTMLElement; /** Disables the Link */ disabled: boolean; /** Displays the Link with an underline. */ underline: boolean; /** Displays the Link as a standalone component. Not part of a paragraph. */ standalone: boolean; connectedCallback(): void; render(): any; }