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