export declare class AmplifyLink { el: HTMLAmplifyLinkElement; /** The link role is used to identify an element that creates a hyperlink to a resource that is in the application or external */ role: string; componentWillLoad(): void; render(): any; }