import { Selection } from './providers/selection';
import * as i0 from "@angular/core";
export declare class ClrDatagridSelectionCellDirective {
    private readonly selection;
    constructor(selection: Selection);
    private onSelectionCellClick;
    static ɵfac: i0.ɵɵFactoryDeclaration<ClrDatagridSelectionCellDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<ClrDatagridSelectionCellDirective, ".datagrid-select", never, {}, {}, never, never, false, never>;
}
