import { OnChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class IconButtonComponent implements OnChanges { appearence: 'primary' | 'secondary'; intent: 'destructive' | 'highlight' | 'success' | 'neutral'; size: 'large' | 'medium' | 'small'; icon: string; styleIcon: 'duotone' | 'linear' | 'filled'; dropdown: boolean; disabled: boolean; loading: boolean; type: 'default' | 'ghost' | 'bare'; statusDot: boolean; href: string; skeleton: boolean; color: string; iconDropdown: string; dropdownOpen: boolean; sizeIcon: 'xsm' | 'sm' | 'md' | 'lg' | 'xlg' | 'xxlg' | 'huge' | 'giant'; ngOnChanges(): void; setSizeIcon(): void; openDropdown(): void; getColorIcon(): void; getColorIconButtonTypeDefault(): "#F6BDA1" | "#ffffff" | "#E7A2A2" | "#E2E2E2" | "#9DDDBD"; getColorIconButtonTypeGhost(): "#D76565" | "#FFFFFF" | "#E2E2E2" | "#F09163" | "#5CC691"; getColorIconButtonTypeBare(): "#F6BDA1" | "#FFFFFF" | "#E7A2A2" | "#E2E2E2" | "#9DDDBD"; redirectHref(href: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }