import { OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class ComponentComponent implements OnInit {
    size: string;
    class: string;
    constructor();
    ngOnInit(): void;
    containerClass(): string;
    static ɵfac: i0.ɵɵFactoryDeclaration<ComponentComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<ComponentComponent, "mg-component", never, { "size": "size"; "class": "class"; }, {}, never, ["*"]>;
}
