import { VNode } from "../../../stencil-public-runtime"; export declare class SmoothlyTableCell { span?: number; render(): VNode | VNode[]; }