import { OnInit } from '@angular/core';
import { PreferencesService } from 'systelab-preferences';
import * as i0 from "@angular/core";
export declare class Accordion implements OnInit {
    private readonly preferenceService;
    headerTitle: string;
    preferenceName: string;
    contentMaxHeight: number;
    withOverflow: boolean;
    headerColor: string;
    iconColor: string;
    isCollapsed: boolean;
    private preferenceSuffix;
    constructor(preferenceService: PreferencesService);
    ngOnInit(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<Accordion, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<Accordion, "systelab-accordion", never, { "headerTitle": { "alias": "headerTitle"; "required": false; }; "preferenceName": { "alias": "preferenceName"; "required": false; }; "contentMaxHeight": { "alias": "contentMaxHeight"; "required": false; }; "withOverflow": { "alias": "withOverflow"; "required": false; }; "headerColor": { "alias": "headerColor"; "required": false; }; "iconColor": { "alias": "iconColor"; "required": false; }; }, {}, never, ["*"], false, never>;
}
