import { AfterViewInit, ElementRef } from '@angular/core'; export declare class TextButtonInternalSharedComponent implements AfterViewInit { attributes: { [s: string]: string; }; label: string; url: string; iconName: string; iconNameAfter: string; iconNameAfterSize: string; weight: string; queryParamsHandling: string; aTagElement: ElementRef; ngAfterViewInit(): void; }