import { EventEmitter } from '@angular/core'; export declare class BllAccorionIconPlusComponent { active: boolean; activeChange: EventEmitter; color: string; get _size(): string; size: number; thickness: number; classNames: string; }