import { OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class ListComponent implements OnInit {
    index: number;
    type: 'numbered' | 'bulleted';
    value: any;
    level: number;
    bullet: string;
    ngOnInit(): void;
    private alphabetic;
    private romanize;
    static ɵfac: i0.ɵɵFactoryDeclaration<ListComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<ListComponent, "list", never, { "index": "index"; "type": "type"; "value": "value"; "level": "level"; }, {}, never, never>;
}
