import { ElementRef, AfterViewInit } from "@angular/core";
export declare class SemanticListComponent implements AfterViewInit {
    class: string;
    innerElement: ElementRef;
    ngAfterViewInit(): void;
}
