import { Row } from '../../types/public.types';
import * as i0 from "@angular/core";
export declare class DatatableBodyRowDirective {
    static ngTemplateContextGuard<TRow extends Row = any>(directive: DatatableBodyRowDirective, context: unknown): context is {
        row: TRow;
        groupedRows: TRow[];
        index: number;
        indexInGroup?: number;
        disabled: boolean;
    };
    static ɵfac: i0.ɵɵFactoryDeclaration<DatatableBodyRowDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<DatatableBodyRowDirective, "[ngx-datatable-body-row]", never, {}, {}, never, never, true, never>;
}
