import type { CuiIcon } from '@cuby-ui/icons'; import * as i0 from "@angular/core"; export declare class CuiIconButtonComponent { protected readonly ICON_WIDTH = 16; protected readonly ICON_HEIGHT = 16; protected readonly ICON_STROKE_WIDTH = 1.5; icon: CuiIcon; color?: string; hoverColor?: string; protected get isWithHoverColor(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }