import { ElementRef, OnChanges, OnInit } from '@angular/core'; import { IntElementSizeAlias } from "../../../types"; import * as i0 from "@angular/core"; export declare class IntButtonComponent implements OnInit, OnChanges { private readonly elementRef; mode: 'default' | 'success' | 'danger' | string; size: IntElementSizeAlias; freeWidth: boolean; breakWords: boolean; classes: string; constructor(elementRef: ElementRef); get element(): ElementRef; setClasses(): void; ngOnChanges(): void; ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }