import { ElementRef, TemplateRef, ViewContainerRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class ExpandableRowDirective {
    template: TemplateRef<unknown>;
    elementRef: ElementRef;
    viewContainer: ViewContainerRef;
    constructor(template: TemplateRef<unknown>, elementRef: ElementRef, viewContainer: ViewContainerRef);
    static ɵfac: i0.ɵɵFactoryDeclaration<ExpandableRowDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<ExpandableRowDirective, "[c8yExpandableRow]", never, {}, {}, never, never, false, never>;
}
//# sourceMappingURL=expandable-row.directive.d.ts.map