import { OnInit } from '@angular/core';
import { IDynamicComponentConfig } from '../../dynamic-component';
import * as i0 from "@angular/core";
export declare class FixedDisplayComponent implements OnInit {
    constructor();
    config: IDynamicComponentConfig;
    ngOnInit(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<FixedDisplayComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<FixedDisplayComponent, "app-fixed-display", never, { "config": "config"; }, {}, never, never>;
}
