import { EventEmitter } from "@angular/core"; import * as i0 from "@angular/core"; export declare class IconButtonComponent { name: string; style: string; type: string; flush: boolean; small: boolean; action: EventEmitter; clicked(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }