import { AbstractCell } from "./cell.abstract"; export declare class NodeComponent extends AbstractCell { }