import { EventEmitter, OnInit } from "@angular/core"; import * as i0 from "@angular/core"; export declare class ButtonComponent implements OnInit { type: string; state: string; size: string; disabled: boolean; loading: boolean; icon: string; iconStyle: string; submit: boolean; rounded: string; href: string; target: string; flush: boolean; action: EventEmitter; ngOnInit(): void; checkIcon(): void; setClasses(): { primary: boolean; tertiary: boolean; alert: boolean; google: boolean; facebook: boolean; hover: boolean; active: boolean; small: boolean; tiny: boolean; full: boolean; big: boolean; left: boolean; right: boolean; both: boolean; flush: boolean; loading: boolean; disabled: boolean; }; clicked(): void; get getType(): "button" | "type"; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }