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