import { OnInit } from '@angular/core';
import { Theme } from '../../types';
import * as i0 from "@angular/core";
export declare class AccordionComponent implements OnInit {
    theme: Theme;
    items: any;
    class: string;
    constructor();
    ngOnInit(): void;
    turnAllOff(missItem: number): void;
    toggleItem(itemNumber: any): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<AccordionComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<AccordionComponent, "mg-accordion", never, { "theme": "theme"; "items": "items"; "class": "class"; }, {}, never, never>;
}
