import { ElementRef } from '@angular/core'; import { BlockUIConfig } from './blockui-config'; export declare class TlBlockUIComponent { element: ElementRef; config: BlockUIConfig; constructor(element: ElementRef); }