import { AfterViewInit, ElementRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class GmBtnComponent implements AfterViewInit { private cd; asIconOnMobile: boolean; danger: boolean; dangerSecondary: boolean; readonly: boolean; primary: boolean; secondary: boolean; outline: boolean; testId: string; svgIcon: string; type: 'button' | 'submit'; label: string; set disabled(disabled: boolean | string); set _primary(primary: boolean | string); set _secondary(secondary: boolean | string); set _outline(outline: boolean | string); set _danger(danger: boolean | string); set _dangerSecondary(dangerSecondary: boolean | string); set _asIconOnMobile(asIconOnMobile: boolean | string); button: ElementRef; textContent: ElementRef; ngAfterViewInit(): void; get contentEmpty(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }