import { NzTableStyleService } from '../table-style.service';
export declare class NzTableCellDirective {
    isInsideTable: boolean;
    constructor(nzTableStyleService: NzTableStyleService);
}
