import { ElementRef } from '@angular/core';
import { BlockUIConfig } from './blockui-config';
import * as i0 from "@angular/core";
export declare class TlBlockUIComponent {
    element: ElementRef;
    config: BlockUIConfig;
    constructor(element: ElementRef);
    static ɵfac: i0.ɵɵFactoryDeclaration<TlBlockUIComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<TlBlockUIComponent, "tl-blockui-component", never, {}, {}, never, never, false, never>;
}
//# sourceMappingURL=blockui.component.d.ts.map