import { TemplateRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class SlotDirective {
    templateRef: TemplateRef<any>;
    fieldName: string;
    value: any;
    constructor(templateRef: TemplateRef<any>);
    static ɵfac: i0.ɵɵFactoryDeclaration<SlotDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<SlotDirective, "[slot]", never, { "fieldName": "slot"; "value": "slotValue"; }, {}, never, never, false, never>;
}
