import { ElementRef } from '@angular/core';
export declare class ContainerDirective {
    private _el;
    id: string;
    element: HTMLTableHeaderCellElement;
    constructor(_el: ElementRef);
}
