import { OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class ListComponent implements OnInit {
    items: any;
    theme: string;
    class: string;
    constructor();
    ngOnInit(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<ListComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<ListComponent, "mg-list", never, { "items": "items"; "theme": "theme"; "class": "class"; }, {}, never, never>;
}
