export declare class SbbLink { /** Link modes available for different purposes */ mode: 'normal' | 'stretch'; /** Icon types available for different purposes */ icon: 'arrow' | 'download'; static ngAcceptInputType_mode: 'normal' | 'stretch' | string | null | undefined; static ngAcceptInputType_icon: 'arrow' | 'download' | string | null | undefined; }