import { EventEmitter, OnInit } from '@angular/core'; export declare class BcacBrushIconComponent implements OnInit { darkModeTextColor: string; defaultColor: string; activeColor: string; _bcacIsDarkMode: boolean; _brushIconColor: string; _clearIconColor: string; _brushEnlargeIconColor: string; _clearRestoreIconColor: string; _brushCalculateIconColor: string; constructor(); iconType: string; bcacIconType: string; tooltipTitle: string; bcacTooltipTitle: string; bcacIsDarkMode: boolean; isClear: boolean; isActive: boolean; bcacBrushClearActive: boolean; switchColor(): void; bcacBrushEmit: EventEmitter; clickIcon(): void; ngOnInit(): void; }