import { ElementRef, ViewContainerRef } from '@angular/core'; export declare class SimTableActionsDirective { } export interface RowOutlet { viewContainer: ViewContainerRef; } export declare class SimRowOutletDirective implements RowOutlet { viewContainer: ViewContainerRef; elementRef: ElementRef; constructor(viewContainer: ViewContainerRef, elementRef: ElementRef); } export declare class SimHeaderRowOutletDirective implements RowOutlet { viewContainer: ViewContainerRef; elementRef: ElementRef; constructor(viewContainer: ViewContainerRef, elementRef: ElementRef); } export declare class SimFooterRowOutletDirective implements RowOutlet { viewContainer: ViewContainerRef; elementRef: ElementRef; constructor(viewContainer: ViewContainerRef, elementRef: ElementRef); } export declare class SimTableHeaderDirective { } export declare class SimTableFooterDirective { }